]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian-security/cron.buildd
Update configuration for wheezy release.
[dak.git] / config / debian-security / cron.buildd
index 35f95ad243b7b52ae7e465d8fbf9eed984b18b07..959d4e65a5d2cfcce6e232cb65d1e17269e107aa 100755 (executable)
@@ -41,12 +41,15 @@ if [ ! -z "${dists}" ]; then
     trap 'kill -TERM $SSH_PID' 0
     for d in ${dists}; do
         case ${d} in
-            stable)
+            oldstable)
                 send=squeeze
                 ;;
-            testing)
+            stable)
                 send=wheezy
                 ;;
+            testing)
+                send=jessie
+                ;;
             *)
                 send=unknown
                 ;;