]> git.decadent.org.uk Git - dak.git/commitdiff
ls
authorJoerg Jaspert <joerg@debian.org>
Sun, 1 Nov 2009 21:01:34 +0000 (22:01 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 1 Nov 2009 21:01:34 +0000 (22:01 +0100)
do not warn about the notice file, but do it when the daily.lock is there.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/ls.py

index 4eb8e8c8da9b4625442a635cdb6ab68310df5649..544d366ce2e34d114380423420f1d152c569857c 100755 (executable)
--- a/dak/ls.py
+++ b/dak/ls.py
@@ -91,7 +91,7 @@ def main ():
     session = DBConn().session()
 
     # If cron.daily is running; warn the user that our output might seem strange
-    if os.path.exists(os.path.join(cnf["Dir::Root"], "Archive_Maintenance_In_Progress")):
+    if os.path.exists(os.path.join(cnf["Dir::Lock"], "daily.lock")):
         utils.warn("Archive maintenance is in progress; database inconsistencies are possible.")
 
     # Handle buildd maintenance helper options