X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.buildd;h=cd8a6851d47000fdc3bb42c8f7d3ea9c9f0659dd;hb=c51e71bbd9c22b5a7f1811758a3ad2f8da0bfa3c;hp=33f847c35db0fbe4bff26c7c90e6d6fcbc1a6e8e;hpb=19ffc1de995fd165d9438a8b7769cd7c45bbce60;p=dak.git diff --git a/config/debian-security/cron.buildd b/config/debian-security/cron.buildd index 33f847c3..cd8a6851 100755 --- a/config/debian-security/cron.buildd +++ b/config/debian-security/cron.buildd @@ -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="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 ;;