X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.buildd;h=cd8a6851d47000fdc3bb42c8f7d3ea9c9f0659dd;hb=11c5e4d559120ac40c31b27c9422c79dfa5e0960;hp=1f1d4c6556a9756d2bb636162f4673a2d5641e32;hpb=d75e8a7b574f6547e1cb6883a381293fd46bf965;p=dak.git diff --git a/config/debian-security/cron.buildd b/config/debian-security/cron.buildd index 1f1d4c65..cd8a6851 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="oldstable stable" +DISTS="oldstable stable stable-kfreebsd testing" if [ -e $ftpdir/Archive_Maintenance_In_Progress ]; then exit 0 @@ -41,15 +41,21 @@ if [ ! -z "${dists}" ]; then trap 'kill -TERM $SSH_PID' 0 for d in ${dists}; do case ${d} in - oldstable) + oldoldstable) send=squeeze ;; - stable) + oldstable) send=wheezy ;; - testing) + stable) send=jessie ;; + stable-kfreebsd) + send=jessie-kfreebsd + ;; + testing) + send=stretch + ;; *) send=unknown ;;