From: James Troup Date: Tue, 14 May 2002 16:14:16 +0000 (+0000) Subject: sync X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198eec2dac3085a0599a85600e7e78185894dca2;p=dak sync --- diff --git a/cron.weekly-non-US b/cron.weekly-non-US index cda53afe..0873e752 100755 --- a/cron.weekly-non-US +++ b/cron.weekly-non-US @@ -1,6 +1,6 @@ #!/bin/sh # -# Run once a week via cron, out of troup's crontab. +# Run once a week via cron, out of katie's crontab. set -e export SCRIPTVARS=/org/non-us.debian.org/katie/vars-non-US @@ -8,14 +8,10 @@ export SCRIPTVARS=/org/non-us.debian.org/katie/vars-non-US ################################################################################ -# Clean out incoming - -shania - # Purge empty directories -if [ ! -z "$(find $ftpdir/pool/ -type d -empty)" ]; then - find $ftpdir/pool/ -type d -empty | xargs rmdir; +if [ ! -z "$(find $ftpdir/pool/ -type d -empty)" ]; then + find $ftpdir/pool/ -type d -empty | xargs rmdir; fi # Clean up apt-ftparchive's databases diff --git a/vars-non-US b/vars-non-US index 325d3244..6fcb79dc 100644 --- a/vars-non-US +++ b/vars-non-US @@ -3,7 +3,7 @@ nonushome=/org/non-us.debian.org ftpdir=$nonushome/ftp indices=$ftpdir/indices-non-US -archs="alpha arm hppa hurd-i386 i386 m68k powerpc sparc mips mipsel sh" +archs="alpha arm hppa hurd-i386 i386 ia64 m68k powerpc s390 sparc mips mipsel sh" masterdir=$nonushome/katie overridedir=$nonushome/scripts/override