[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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 02efc0f..cd8a685 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 5c2a7d7..fc0f5b5 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
-- 
1.7.10.4


Reply to: