/[webwml]/cron/lessoften
ViewVC logotype

Diff of /cron/lessoften

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

revision 1.20 by djpig, Thu Oct 12 15:39:11 2006 UTC revision 1.21 by djpig, Fri Oct 20 14:13:28 2006 UTC
# Line 54  done Line 54  done
54  [ -d $crondir/datafiles ] || mkdir -p $crondir/datafiles  [ -d $crondir/datafiles ] || mkdir -p $crondir/datafiles
55  cd $crondir/datafiles  cd $crondir/datafiles
56  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
57  wget -q -N http://people.debian.org/~pmachard/l10n/material/data/unstable.gz || { echo "couldn't fetch data/unstable!" >> $crondir/lessoften.log; exit 1; }  #wget -q -N http://people.debian.org/~pmachard/l10n/material/data/unstable.gz || { echo "couldn't fetch data/unstable!" >> $crondir/lessoften.log; exit 1; }
58  gunzip -c -f unstable.gz > unstable.gluck  #gunzip -c -f unstable.gz > unstable.gluck
59  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
60  wget -q -N http://popcon.debian.org/source/by_inst && ln -sf $crondir/datafiles/by_inst $webtopdir/webwml/english/international/l10n/data/popcon  wget -q -N http://popcon.debian.org/source/by_inst && ln -sf $crondir/datafiles/by_inst $webtopdir/webwml/english/international/l10n/data/popcon
61    
62  # cleanup  # cleanup

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.5