]> git.decadent.org.uk Git - dak.git/commitdiff
One o too much
authorJoerg Jaspert <joerg@debian.org>
Sat, 7 Nov 2009 14:02:00 +0000 (15:02 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 7 Nov 2009 14:02:00 +0000 (15:02 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/common

index d7f8e1f60c75da179635efef02da3e204e8d42f2..70f92fdd52464718331cc8adceef09fba6ff1538 100644 (file)
@@ -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