]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian-security/cron.buildd
Switch to "jessie" as stable.
[dak.git] / config / debian-security / cron.buildd
index 67094c768651fb7674014c4ee29f73e0a68b7dbc..33f847c35db0fbe4bff26c7c90e6d6fcbc1a6e8e 100755 (executable)
@@ -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
                 ;;