Hi, James Troup asked me if http://ftp-master.debian.org/~barbier/l10n/material/ really needs to be on ftp-master. These files are generated from a full Debian package archives, so gluck can host this material. As machines are down and relocated from time to time, I am wondering which hostname I should use when giving links to http://gluck.debian.org/~barbier/l10n/material/ on w.d.o/intl/l10n/ pages.
Josip, could you please apply the attached patch? If you prefer renaming all occurences of unstable.ftp-master in this file, it is fine with me. Denis
Index: lessoften =================================================================== RCS file: /cvs/webwml/cron/lessoften,v retrieving revision 1.2 diff -u -r1.2 lessoften --- lessoften 7 Aug 2003 18:17:35 -0000 1.2 +++ lessoften 4 Sep 2003 20:09:31 -0000 @@ -42,9 +42,9 @@ # previously in parts/1l10ndata, from bouz cd $crondir/datafiles/ echo "updating the database file used to display l10n stats..." >> $crondir/lessoften.log -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; } gunzip -c -f unstable.gz > unstable.ftp-master -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.ftp-master 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; }