security-master: No longer pass `-S $SSH_SOCKET` to ssh

上级 714bf844
......@@ -8,7 +8,6 @@ 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 stable-kfreebsd testing"
if [ -e $ftpdir/Archive_Maintenance_In_Progress ]; then
......@@ -54,6 +53,6 @@ if [ ! -z "${dists}" ]; then
;;
esac
ssh wbadm@buildd -S $SSH_SOCKET trigger.security $send
ssh wbadm@buildd trigger.security $send
done
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册