From 0747f46333ecfc8061ea88f117855a9c570c4b0d Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 12 Jun 2009 08:49:29 +0000 Subject: [PATCH] run the svn commands within supervision of timeout, to avoid endless hangs whenever alioth is down. git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1135 c2f067bf-98e0-425f-9c98-e76020cfa380 --- cron/10svn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron/10svn b/cron/10svn index a6c3ac2..9b1f0cd 100755 --- a/cron/10svn +++ b/cron/10svn @@ -1,7 +1,7 @@ #!/bin/sh cd /org/planet.debian.org/config -svn update -q +timeout 120 svn update -q cd /org/planet.debian.org/www/heads -svn update -q +timeout 120 svn update -q -- 2.39.2