X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=cron.buildd-security;h=9b8cffed714df3ecf38c344f96d2054dc9b8c115;hb=9dc915676665beed8a5e4f110399c44b485d48f7;hp=e05ec3330a494739daead32f603e1c238cc51dbb;hpb=86425ad30e78af7168fdf2c548124f447fda464d;p=dak.git diff --git a/cron.buildd-security b/cron.buildd-security index e05ec333..9b8cffed 100755 --- a/cron.buildd-security +++ b/cron.buildd-security @@ -2,11 +2,10 @@ # # Executed after jennifer (merge there??) -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="oldstable stable testing" -DISTS="oldstable stable" +#DISTS="stable testing" +DISTS="stable" set -e export SCRIPTVARS=/org/security.debian.org/katie/vars-security @@ -17,9 +16,6 @@ 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" ;;