X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.buildd;h=cd8a6851d47000fdc3bb42c8f7d3ea9c9f0659dd;hb=7461bfcbebaba6b6734c5b568e49f256bd0bb41c;hp=02efc0f45ff55c34187878c16b116d37c836cdb0;hpb=72c9b729be636756d1907feccbfead184ea979c0;p=dak.git diff --git a/config/debian-security/cron.buildd b/config/debian-security/cron.buildd index 02efc0f4..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="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 ;;