]> git.decadent.org.uk Git - dak.git/commitdiff
unchecked
authorJoerg Jaspert <joerg@debian.org>
Sat, 30 May 2009 09:13:31 +0000 (11:13 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 30 May 2009 09:13:31 +0000 (11:13 +0200)
do not retry the lockfile forever and ever

Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.unchecked

index e69ad6c2689d515b6d92211baa21e1d465be1220..166579db582271a8a9e6a0eb2af1829ab5e78011 100755 (executable)
@@ -75,7 +75,7 @@ function do_buildd () {
 # the actual unchecked functions follow                                #
 ########################################################################
 
-lockfile "$LOCK_NEW"
+lockfile -r3 "$LOCK_NEW"
 acceptnew
 rm -f "$LOCK_NEW"