From: Torsten Werner Date: Fri, 7 Jan 2011 19:30:11 +0000 (+0100) Subject: increase retry count for locking unchecked.lock X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=4587b506c696fb021f8a7a1beeb14021e524dc66;p=dak.git increase retry count for locking unchecked.lock Signed-off-by: Torsten Werner --- diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index 0e956cac..e4bfe544 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -94,7 +94,7 @@ export LC_ALL=C #rm -f "$LOCK_NEW" # only run one cron.unchecked -lockfile -r3 $LOCKFILE || exit 0 +lockfile -r8 $LOCKFILE || exit 0 trap cleanup 0 do_newstage