From: Ansgar Burchardt Date: Sat, 4 May 2013 12:12:37 +0000 (+0200) Subject: config/debian-security/cron.*: update suite list X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d96dce9205f48f798213711458ad318e3d09abd2;hp=2edd5845a5bb751fafe6fecafc326feff0029106;p=dak.git 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). --- diff --git a/config/debian-security/cron.buildd b/config/debian-security/cron.buildd index 959d4e65..f0611c7c 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 2ffec650..130922dc 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