From 86425ad30e78af7168fdf2c548124f447fda464d Mon Sep 17 00:00:00 2001 From: James Troup Date: Tue, 30 Jul 2002 19:19:14 +0000 Subject: [PATCH] adapt for woody Release --- cron.buildd-security | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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" ;; -- 2.39.2