]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/common
ssh in a while loop really wants -n
[dak.git] / config / debian / common
index ee762f239dceeef279b56630cf210f37a853e0a0..bb6f8e4a0b28465dca9031f8e70248a9aa613c7a 100644 (file)
@@ -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