From d96dce9205f48f798213711458ad318e3d09abd2 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 4 May 2013 14:12:37 +0200 Subject: [PATCH 1/1] 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 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 -- 2.39.2