X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=70f92fdd52464718331cc8adceef09fba6ff1538;hb=d7d8bdc42c05967a2fa56567822dfde2d3256c88;hp=d7f8e1f60c75da179635efef02da3e204e8d42f2;hpb=7d0291e11db1b2e6299cb51917a96505501bc6bc;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