/[webwml]/cron/lessoften
ViewVC logotype

Diff of /cron/lessoften

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

revision 1.2 by debwww, Thu Aug 7 18:17:35 2003 UTC revision 1.3 by joy, Sat Sep 6 14:11:52 2003 UTC
# Line 42  cp -af $webtopdir/bf/woody/boot-floppies Line 42  cp -af $webtopdir/bf/woody/boot-floppies
42  # previously in parts/1l10ndata, from bouz  # previously in parts/1l10ndata, from bouz
43  cd $crondir/datafiles/  cd $crondir/datafiles/
44  echo "updating the database file used to display l10n stats..." >> $crondir/lessoften.log  echo "updating the database file used to display l10n stats..." >> $crondir/lessoften.log
45  wget -q -N http://ftp-master.debian.org/~barbier/l10n/material/data/unstable.gz || { echo "couldn't fetch data/unstable on ftp-master!"; exit 1; }  wget -q -N http://gluck.debian.org/~barbier/l10n/material/data/unstable.gz || { echo "couldn't fetch data/unstable on gluck!"; exit 1; }
46  gunzip -c -f unstable.gz > unstable.ftp-master  gunzip -c -f unstable.gz > unstable.gluck
47  ln -sf $crondir/datafiles/unstable.ftp-master $webtopdir/webwml/english/international/l10n/data/unstable.ftp-master  ln -sf $crondir/datafiles/unstable.gluck $webtopdir/webwml/english/international/l10n/data/unstable.gluck
48    
49  echo "updating the non-US database file used to display l10n stats..." >> $crondir/lessoften.log  echo "updating the non-US database file used to display l10n stats..." >> $crondir/lessoften.log
50  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; }  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; }
# Line 56  rm -f unstable.gz Line 56  rm -f unstable.gz
56    
57  echo "extracting the list of languages..." >> $crondir/lessoften.log  echo "extracting the list of languages..." >> $crondir/lessoften.log
58  cd $webtopdir/webwml/english/international/l10n  cd $webtopdir/webwml/english/international/l10n
59  ./scripts/list-languages.pl data/unstable.ftp-master data/unstable.non-US > data/langs  ./scripts/list-languages.pl data/unstable.gluck data/unstable.non-US > data/langs
60    
61  # the below scripts will echo what they are doing themselves  # the below scripts will echo what they are doing themselves
62  $crondir/people_scripts/update.packages+sources >> $crondir/lessoften.log  $crondir/people_scripts/update.packages+sources >> $crondir/lessoften.log

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.5