From: Mark Hymers Date: Fri, 23 Jul 2010 18:48:19 +0000 (+0000) Subject: We can't allow unchecked until we've hardlinked the mirrors now that we're doing... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1af4553b613c9d7067a63c22c25c5d4fc43c4e64;p=dak We can't allow unchecked until we've hardlinked the mirrors now that we're doing apt-ftparchive as part of it Signed-off-by: Mark Hymers --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 05bc9e82..0841f838 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -238,9 +238,6 @@ GO=( ) stage $GO -rm -f "$LOCK_ACCEPTED" -rm -f "$LOCK_NEW" - state "indices" GO=( @@ -384,6 +381,8 @@ GO=( ) stage $GO +rm -f "$LOCK_ACCEPTED" +rm -f "$LOCK_NEW" rm -f "${LOCK_DAILY}" ts "locked part finished"