/[webwml]/cron/lessoften
ViewVC logotype

Diff of /cron/lessoften

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by kraai, Wed May 19 08:59:17 2004 UTC revision 1.5 by kraai, Wed May 19 09:02:47 2004 UTC
# Line 46  wget -q -N http://gluck.debian.org/~barb Line 46  wget -q -N http://gluck.debian.org/~barb
46  gunzip -c -f unstable.gz > unstable.gluck  gunzip -c -f unstable.gz > unstable.gluck
47  ln -sf $crondir/datafiles/unstable.gluck $webtopdir/webwml/english/international/l10n/data/unstable.gluck  ln -sf $crondir/datafiles/unstable.gluck $webtopdir/webwml/english/international/l10n/data/unstable.gluck
48    
 echo "updating the non-US database file used to display l10n stats..." >> $crondir/lessoften.log  
 wget -q -N http://non-us.debian.org/~barbier/l10n/material/data/unstable.gz || { echo "couldn't fetch data/unstable on non-us!"; exit 1; }  
 gunzip -c -f unstable.gz > unstable.non-US  
 ln -sf $crondir/datafiles/unstable.non-US $webtopdir/webwml/english/international/l10n/data/unstable.non-US  
   
49  # cleanup  # cleanup
50  rm -f unstable.gz  rm -f unstable.gz
51    
52  echo "extracting the list of languages..." >> $crondir/lessoften.log  echo "extracting the list of languages..." >> $crondir/lessoften.log
53  cd $webtopdir/webwml/english/international/l10n  cd $webtopdir/webwml/english/international/l10n
54  ./scripts/list-languages.pl data/unstable.gluck data/unstable.non-US > data/langs  ./scripts/list-languages.pl data/unstable.gluck > data/langs
55    
56  # the below scripts will echo what they are doing themselves  # the below scripts will echo what they are doing themselves
57  $crondir/people_scripts/update.packages+sources >> $crondir/lessoften.log  $crondir/people_scripts/update.packages+sources >> $crondir/lessoften.log

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.5