]> git.decadent.org.uk Git - dak.git/commitdiff
config/debian-security/cron.*: update suite list
authorAnsgar Burchardt <ansgar@debian.org>
Sat, 4 May 2013 12:12:37 +0000 (14:12 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 4 May 2013 12:12:37 +0000 (14:12 +0200)
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
config/debian-security/cron.unchecked

index 959d4e65a5d2cfcce6e232cb65d1e17269e107aa..f0611c7ccf02c2738b30119fcfced089b6b06214 100755 (executable)
@@ -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
index 2ffec6509ec8cbf56b26c568d6e53a5573275bae..130922dc40a88a3978b93b8830c2417b92806dd4 100755 (executable)
@@ -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