]> git.decadent.org.uk Git - dak.git/commitdiff
sync
authorJames Troup <james@nocrew.org>
Tue, 14 May 2002 16:14:16 +0000 (16:14 +0000)
committerJames Troup <james@nocrew.org>
Tue, 14 May 2002 16:14:16 +0000 (16:14 +0000)
cron.weekly-non-US
vars-non-US

index cda53afe38e6e8ad18f95d72db8538854939959b..0873e752773bf1b6f092daf0a23d88ae367edc5d 100755 (executable)
@@ -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
index 325d3244f5dfbea641b3ed872dfdf86b190941ac..6fcb79dcebe80daf68c35a85cb48a717584e72f0 100644 (file)
@@ -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