]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian-security/cron.buildd
Add security support for the lenny release
[dak.git] / config / debian-security / cron.buildd
index c5bcbb055c7d7230fcaf570be9f650d4e284fce7..bdf13d93ae1b8d50e59679debd45fc515255f049 100755 (executable)
@@ -2,9 +2,10 @@
 #
 # Executed after cron.unchecked
 
+ARCHS_oldstable="alpha amd64 arm hppa i386 ia64 mips mipsel powerpc sparc s390"
 ARCHS_stable="alpha amd64 arm hppa i386 ia64 mips mipsel powerpc sparc s390"
 ARCHS_testing="alpha amd64 armel hppa i386 ia64 mips mipsel powerpc sparc s390"
-DISTS="stable testing"
+DISTS="oldstable stable testing"
 SSH_SOCKET=~/.ssh/buildd.debian.org.socket
 
 set -e