From: Joerg Jaspert Date: Sat, 7 Nov 2009 14:02:00 +0000 (+0100) Subject: One o too much X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=1dc886cd1b773341c458e169953dc54301e1ca1d;p=dak.git One o too much Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/common b/config/debian/common index d7f8e1f6..70f92fdd 100644 --- a/config/debian/common +++ b/config/debian/common @@ -30,7 +30,7 @@ function wbtrigger() { SSHOPT="-o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=240" if lockfile -r 3 -l 3600 "${LOCK_BUILDD}"; then if [ "x${MODE}x" = "xdailyx" ]; then - ssh -o ${SSHOPT} wbadm@buildd /org/wanna-build/trigger.daily || echo "W-B trigger.daily failed" | mail -s "W-B Daily trigger failed" ftpmaster@ftp-master.debian.org + ssh ${SSHOPT} wbadm@buildd /org/wanna-build/trigger.daily || echo "W-B trigger.daily failed" | mail -s "W-B Daily trigger failed" ftpmaster@ftp-master.debian.org elif [ "x${MODE}x" = "xoftenx" ]; then ssh -q -q ${SSHOPT} wbadm@buildd /org/wanna-build/trigger.often else