]> git.donarmstrong.com Git - dak.git/commitdiff
Add batchmode and also Connect/SetupTimeout parameters to ssh
authorJoerg Jaspert <joerg@debian.org>
Sat, 14 Jun 2008 15:52:27 +0000 (17:52 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 14 Jun 2008 15:52:27 +0000 (17:52 +0200)
ChangeLog
config/debian/cron.buildd

index 429835b52a7057a546839c50155b403311cc1d6f..16b1a59d96b8cbda92c9240205225ce7b9ba55c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-06-14  Joerg Jaspert  <joerg@debian.org>
 
+       * config/debian/cron.buildd: Add batchmode and also
+       Connect/SetupTimeout parameters to ssh
+
        * config/debian/cron.dinstall (POSTDUMP): Compress all
        uncompressed psql backups
 
index 1bc4d68069fb27bcfa35dc56ab7f77fcd3b67596..984944793d1247e3dbe7cbe40357755b4676dc85 100755 (executable)
@@ -2,5 +2,5 @@
 #
 # Called from cron.unchecked to update wanna-build, each time it runs.
 #
-ssh buildd@buildd /org/wanna-build/trigger.often
+ssh -o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=240 buildd@buildd /org/wanna-build/trigger.often
 exit 0