From 3384a6a628020a85f8518d0476ef1aab9b7103b1 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 14 Jun 2008 17:52:27 +0200 Subject: [PATCH] Add batchmode and also Connect/SetupTimeout parameters to ssh --- ChangeLog | 3 +++ config/debian/cron.buildd | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 429835b5..16b1a59d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-06-14 Joerg Jaspert + * config/debian/cron.buildd: Add batchmode and also + Connect/SetupTimeout parameters to ssh + * config/debian/cron.dinstall (POSTDUMP): Compress all uncompressed psql backups diff --git a/config/debian/cron.buildd b/config/debian/cron.buildd index 1bc4d680..98494479 100755 --- a/config/debian/cron.buildd +++ b/config/debian/cron.buildd @@ -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 -- 2.39.2