update-bugdoctxt
update-mirrorlists
+update-mailingliststxt
################################################################################
################################################################################
+update-readmenonus
+
+################################################################################
+
cd $incoming
rm -f REPORT
katie -pak *.changes | direport | tee REPORT | \
--- /dev/null
+#!/bin/sh
+#
+# Fetches latest copy of mailing-lists.txt
+# Michael Beattie <mjb@debian.org>
+
+. vars
+
+cd $ftpdir/doc
+
+echo Updating archive version of mailing-lists.txt
+wget -t1 -T20 q -N http://www.debian.org/misc/mailing-lists.txt || \
+ echo "Some error occured..."
+
if [ ! -f $ftpdir/README.non-US -o $masterlist -nt $ftpdir/README.non-US ] ; then
rm -f $ftpdir/README.non-US
$prog -m $masterlist -t nonus > $ftpdir/README.non-US
+ install -m 664 $ftpdir/README.non-US $webdir
fi
echo Updated archive version of mirrors file
fi
--- /dev/null
+#!/bin/sh
+#
+# Fetches up to date copy of REAME.non-US for pandora
+# Michael Beattie <mjb@debian.org>
+
+. vars-non-US
+
+cd $ftpdir
+
+echo Updating non-US version of README.non-US
+wget -t1 -T20 -q -N http://ftp-master.debian.org/README.non-US || \
+ echo "Some error occured..."
+
# locations used by many scripts
ftpdir=/org/ftp.debian.org/ftp
+webdir=/org/ftp.debian.org/web
indices=$ftpdir/indices
archs="alpha arm hppa hurd-i386 i386 m68k powerpc sparc mips mipsel sh"