X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.buildd;h=959d4e65a5d2cfcce6e232cb65d1e17269e107aa;hb=52eb03dccab0a9898bca4d36a0a96ebe377fb977;hp=1b60593ddeec922e2d4274f2ec4ed599da16cf24;hpb=41034f1347f3bd08b197e1c13612bddba8f2df90;p=dak.git diff --git a/config/debian-security/cron.buildd b/config/debian-security/cron.buildd index 1b60593d..959d4e65 100755 --- a/config/debian-security/cron.buildd +++ b/config/debian-security/cron.buildd @@ -3,12 +3,13 @@ # Executed after cron.unchecked set -e +set -o pipefail set -u export SCRIPTVARS=/srv/security-master.debian.org/dak/config/debian-security/vars . $SCRIPTVARS SSH_SOCKET=~/.ssh/buildd.debian.org.socket -DISTS=$(dak admin s list) +DISTS="stable testing" if [ -e $ftpdir/Archive_Maintenance_In_Progress ]; then exit 0 @@ -41,13 +42,13 @@ if [ ! -z "${dists}" ]; then for d in ${dists}; do case ${d} in oldstable) - send=lenny + send=squeeze ;; stable) - send=squeeze + send=wheezy ;; testing) - send=wheezy + send=jessie ;; *) send=unknown