| 33 |
## -f because of symlinks |
## -f because of symlinks |
| 34 |
#cp -af $webtopdir/bf/potato/boot-floppies/documentation/arch/* $webdir/releases/potato/ |
#cp -af $webtopdir/bf/potato/boot-floppies/documentation/arch/* $webdir/releases/potato/ |
| 35 |
|
|
| 36 |
echo "rebuilding the woody release docs..." >> $crondir/lessoften.log |
#echo "rebuilding the woody release docs..." >> $crondir/lessoften.log |
| 37 |
$webtopdir/bf/woody/cvsbuild >> $crondir/lessoften.log |
#$webtopdir/bf/woody/cvsbuild >> $crondir/lessoften.log |
| 38 |
echo "copying woody release docs in place..." >> $crondir/lessoften.log |
#echo "copying woody release docs in place..." >> $crondir/lessoften.log |
| 39 |
# -f because of symlinks |
## -f because of symlinks |
| 40 |
cp -af $webtopdir/bf/woody/boot-floppies/documentation/arch/* $webdir/releases/woody/ |
#cp -af $webtopdir/bf/woody/boot-floppies/documentation/arch/* $webdir/releases/woody/ |
| 41 |
|
|
| 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; } |
| 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 |