| 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://i18n.debian.net/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 |