From: joerg Date: Fri, 12 Jun 2009 08:49:29 +0000 (+0000) Subject: run the svn commands within supervision of timeout, to avoid endless hangs X-Git-Url: https://git.deb.at/w?p=deb%2Fhackedgotchi.git;a=commitdiff_plain;h=0747f46333ecfc8061ea88f117855a9c570c4b0d 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 --- 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