[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] config/debian-security/cron.*: update suite list



The security archive now has oldstable (squeeze) and stable (wheezy).
Update the suite lists accordingly.

The new testing (jessie) suite is not working yet and shouldn't be added
to obsolete parts of the configuration (such as old-style build queues).
---
 config/debian-security/cron.buildd    |    2 +-
 config/debian-security/cron.unchecked |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/debian-security/cron.buildd b/config/debian-security/cron.buildd
index 959d4e6..f0611c7 100755
--- a/config/debian-security/cron.buildd
+++ b/config/debian-security/cron.buildd
@@ -9,7 +9,7 @@ set -u
 export SCRIPTVARS=/srv/security-master.debian.org/dak/config/debian-security/vars
 . $SCRIPTVARS
 SSH_SOCKET=~/.ssh/buildd.debian.org.socket
-DISTS="stable testing"
+DISTS="oldstable stable"
 
 if [ -e $ftpdir/Archive_Maintenance_In_Progress ]; then
     exit 0
diff --git a/config/debian-security/cron.unchecked b/config/debian-security/cron.unchecked
index 2ffec65..130922d 100755
--- a/config/debian-security/cron.unchecked
+++ b/config/debian-security/cron.unchecked
@@ -81,7 +81,7 @@ ${scriptsdir}/update-buildd-archive ${base}/build-queues ${incoming}/debian-secu
 
 # export build queues in old format
 # XXX: This should be removed later.
-for suite in stable testing; do
+for suite in oldstable stable; do
     overridecodename=$(dak admin suite show ${suite} | awk '$1 == "OverrideCodename:" { print $2 }')
     rm -rf ${incoming}/${suite}.new
     mkdir ${incoming}/${suite}.new
-- 
1.7.2.5


Reply to: