debian-security: import new security updates into stable-kfreebsd

上级 564af65f
......@@ -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
;;
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册