From 2594435f16c3478f1828ac2ddca6c90f20b68e26 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Thu, 14 May 2015 11:42:58 +0200 Subject: [PATCH] debian-security: import new security updates into stable-kfreebsd --- config/debian-security/cron.buildd | 5 ++++- config/debian-security/cron.unchecked | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 ;; diff --git a/config/debian-security/cron.unchecked b/config/debian-security/cron.unchecked index 5c2a7d7a..fc0f5b5c 100755 --- a/config/debian-security/cron.unchecked +++ b/config/debian-security/cron.unchecked @@ -73,6 +73,9 @@ if [ "${doanything}" = "false" ] && [ "${dopolicy}" = "false" ]; then exit 0 fi +# Update stable-kfreebsd +dak update-suite stable stable-kfreebsd + # manage build queues dak manage-build-queues -a dak generate-packages-sources2 -a build-queues -- 2.39.2