From: James Troup Date: Tue, 30 Jul 2002 19:19:14 +0000 (+0000) Subject: adapt for woody Release X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86425ad30e78af7168fdf2c548124f447fda464d;p=dak adapt for woody Release --- diff --git a/cron.buildd-security b/cron.buildd-security index 63669db5..e05ec333 100755 --- a/cron.buildd-security +++ b/cron.buildd-security @@ -2,9 +2,11 @@ # # 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 @@ -15,6 +17,9 @@ if [ ! -e $ftpdir/Archive_Maintenance_In_Progress ]; then apt-ftparchive -qq generate apt.conf.buildd-security for d in $DISTS; do case "$d" in + oldstable) + ARCHS="$ARCHS_oldstable" + ;; stable) ARCHS="$ARCHS_stable" ;;