X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.buildd;h=33f847c35db0fbe4bff26c7c90e6d6fcbc1a6e8e;hb=19ffc1de995fd165d9438a8b7769cd7c45bbce60;hp=67094c768651fb7674014c4ee29f73e0a68b7dbc;hpb=48edb385aaaf84887a14a5e2c6f936b021ac4a08;p=dak.git diff --git a/config/debian-security/cron.buildd b/config/debian-security/cron.buildd index 67094c76..33f847c3 100755 --- a/config/debian-security/cron.buildd +++ b/config/debian-security/cron.buildd @@ -41,15 +41,18 @@ 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 ;; + testing) + send=stretch + ;; *) send=unknown ;;