]> git.donarmstrong.com Git - dak.git/commitdiff
adapt for woody Release
authorJames Troup <james@nocrew.org>
Tue, 30 Jul 2002 19:19:14 +0000 (19:19 +0000)
committerJames Troup <james@nocrew.org>
Tue, 30 Jul 2002 19:19:14 +0000 (19:19 +0000)
cron.buildd-security

index 63669db5b624b6b93594735ea1fed09ceb2dfce8..e05ec3330a494739daead32f603e1c238cc51dbb 100755 (executable)
@@ -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"
                                ;;