X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=cron.buildd-security;h=e05ec3330a494739daead32f603e1c238cc51dbb;hb=c5617d291dc17395a9d23c757d7dc815f6eed49e;hp=63669db5b624b6b93594735ea1fed09ceb2dfce8;hpb=484c02e58585d2773d2f2b258286c376f8d792ce;p=dak.git 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" ;;