#
# Executed after jennifer (merge there??)
-ARCHS_stable="alpha arm i386 m68k powerpc sparc"
+ARCHS_oldstable="alpha arm i386 m68k powerpc sparc"
+ARCHS_stable="alpha arm hppa i386 ia64 m68k mips mipsel powerpc sparc s390"
ARCHS_testing="alpha arm hppa i386 ia64 m68k mips mipsel powerpc sparc s390"
-DISTS="stable testing"
+#DISTS="oldstable stable testing"
+DISTS="oldstable stable"
set -e
export SCRIPTVARS=/org/security.debian.org/katie/vars-security
apt-ftparchive -qq generate apt.conf.buildd-security
for d in $DISTS; do
case "$d" in
+ oldstable)
+ ARCHS="$ARCHS_oldstable"
+ ;;
stable)
ARCHS="$ARCHS_stable"
;;