]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian-security/cron.buildd
Publish security archive on all changes
[dak.git] / config / debian-security / cron.buildd
index 1f1d4c6556a9756d2bb636162f4673a2d5641e32..cd8a6851d47000fdc3bb42c8f7d3ea9c9f0659dd 100755 (executable)
@@ -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
                 ;;