]> git.deb.at Git - deb/hackedgotchi.git/blobdiff - cron/10svn
run the svn commands within supervision of timeout, to avoid endless hangs
[deb/hackedgotchi.git] / 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