From: Joerg Jaspert <joerg@debian.org>
Date: Sat, 14 Feb 2009 16:15:36 +0000 (+0100)
Subject: security stuff
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d67ae83dedfeef8e545c0cb1fd2ef16cf39850fb;p=dak.git

security stuff

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---

diff --git a/config/debian-security/cron.buildd b/config/debian-security/cron.buildd
index bdf13d93..51110027 100755
--- a/config/debian-security/cron.buildd
+++ b/config/debian-security/cron.buildd
@@ -3,7 +3,7 @@
 # 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_stable="alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc sparc s390"
 ARCHS_testing="alpha amd64 armel hppa i386 ia64 mips mipsel powerpc sparc s390"
 DISTS="oldstable stable testing"
 SSH_SOCKET=~/.ssh/buildd.debian.org.socket
diff --git a/config/debian-security/vars b/config/debian-security/vars
index e4757455..2add99ea 100644
--- a/config/debian-security/vars
+++ b/config/debian-security/vars
@@ -14,7 +14,7 @@ uploadhost=ftp-master.debian.org
 uploaddir=/pub/UploadQueue/
 
 components="main non-free contrib"
-suites="stable testing"
+suites="oldstable stable testing"
 override_types="deb dsc udeb"
 
 PATH=$masterdir:$PATH