]> 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 02efc0f45ff55c34187878c16b116d37c836cdb0..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 testing"
+DISTS="oldstable stable stable-kfreebsd testing"
 
 if [ -e $ftpdir/Archive_Maintenance_In_Progress ]; then
     exit 0
@@ -50,6 +50,9 @@ if [ ! -z "${dists}" ]; then
             stable)
                 send=jessie
                 ;;
+            stable-kfreebsd)
+                send=jessie-kfreebsd
+                ;;
             testing)
                 send=stretch
                 ;;