X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian%2Fcommon;h=70f92fdd52464718331cc8adceef09fba6ff1538;hb=1dc886cd1b773341c458e169953dc54301e1ca1d;hp=d7f8e1f60c75da179635efef02da3e204e8d42f2;hpb=0c4a701713c3cc1477d1a40e32f8a74aed66b022;p=dak.git 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