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).
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
# 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