#!/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
################################################################################
-# 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
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