From 1a24585c805c924e25f567c8da728402d95a5cc8 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 24 Dec 2015 14:39:55 +0100 Subject: [PATCH] ssh in a while loop really wants -n --- config/debian/common | 2 +- config/debian/cron.dinstall | 2 +- config/debian/dinstall.functions | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/debian/common b/config/debian/common index ee762f23..bb6f8e4a 100644 --- a/config/debian/common +++ b/config/debian/common @@ -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 diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index be7413a4..09e9c9b1 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -224,7 +224,7 @@ while read FUNC ARGS TIME ERR BACKGROUND; do esac done < <(cat - <