From 1af4553b613c9d7067a63c22c25c5d4fc43c4e64 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 23 Jul 2010 18:48:19 +0000 Subject: [PATCH] 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 --- config/debian/cron.dinstall | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" -- 2.39.5