]> git.deb.at Git - deb/hackedgotchi.git/commitdiff
run the svn commands within supervision of timeout, to avoid endless hangs
authorjoerg <joerg@c2f067bf-98e0-425f-9c98-e76020cfa380>
Fri, 12 Jun 2009 08:49:29 +0000 (08:49 +0000)
committerjoerg <joerg@c2f067bf-98e0-425f-9c98-e76020cfa380>
Fri, 12 Jun 2009 08:49:29 +0000 (08:49 +0000)
whenever alioth is down.

git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1135 c2f067bf-98e0-425f-9c98-e76020cfa380

cron/10svn

index a6c3ac29d4ad721e9d3667f9d9a1374f1622464f..9b1f0cd4711f15d87ac9dc44420f382422dc1689 100755 (executable)
@@ -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