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

[dak/master] 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 <mhy@debian.org>
---
 config/debian/cron.dinstall |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 05bc9e8..0841f83 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"
-- 
1.5.6.5


Reply to: