[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] unchecked do not retry the lockfile forever and ever



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/cron.unchecked |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked
index e69ad6c..166579d 100755
--- a/config/debian/cron.unchecked
+++ b/config/debian/cron.unchecked
@@ -75,7 +75,7 @@ function do_buildd () {
 # the actual unchecked functions follow                                #
 ########################################################################
 
-lockfile "$LOCK_NEW"
+lockfile -r3 "$LOCK_NEW"
 acceptnew
 rm -f "$LOCK_NEW"
 
-- 
1.5.6.5


Reply to: