提交 1a24585c 编写于 作者: J Joerg Jaspert

ssh in a while loop really wants -n

上级 247b94e0
......@@ -24,7 +24,7 @@ function debug () {
}
function wbtrigger() {
SSHOPT="-o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=240"
SSHOPT="-n -o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=240"
if lockfile -r 3 -l 3600 "${LOCK_BUILDD}"; then
ssh -q -q ${SSHOPT} wbadm@buildd /srv/wanna-build/trigger.often
fi
......
......@@ -224,7 +224,7 @@ while read FUNC ARGS TIME ERR BACKGROUND; do
esac
done < <(cat - <<EOF
savetimestamp none none false false
qa1 none init false true
qa1 none init true true
pg_timestamp predinstall pg_dump1 false false
updates none External\ Updates false false
i18n1 none i18n\ 1 false false
......
......@@ -56,7 +56,7 @@ function onerror() {
# pushing merkels QA user, part one
function qa1() {
log "Telling QA user that we start dinstall"
ssh -2 -i ~dak/.ssh/push_merkel_qa -o BatchMode=yes -o SetupTimeOut=90 -o ConnectTimeout=90 qa@qa.debian.org sleep 1
ssh -n -2 -i ~dak/.ssh/push_merkel_qa -o BatchMode=yes -o SetupTimeOut=90 -o ConnectTimeout=90 qa@qa.debian.org sleep 1
}
# Updating various files
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册