]> git.deb.at Git - deb/hackedgotchi.git/blobdiff - cron/10svn
have it use KILL if HUP doesnt help
[deb/hackedgotchi.git] / cron / 10svn
index 075189bb5c0286d368b82e3662fccc336f911a5c..29b00396bf7cba04d455db3da59b06bb339b2ca4 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 cd /org/planet.debian.org/config
-timeout 120 svn cleanup
-timeout 120 svn update -q
+timeout -k 120 120 svn cleanup
+timeout -k 120 120 svn update -q
 
 cd /org/planet.debian.org/www/heads
-timeout 120 svn cleanup
-timeout 120 svn update -q
+timeout -k 120 120 svn cleanup
+timeout -k 120 120 svn update -q