X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fls.py;h=544d366ce2e34d114380423420f1d152c569857c;hb=607c10f0f75e3fa405250e5ee0f0084a6b28985f;hp=4eb8e8c8da9b4625442a635cdb6ab68310df5649;hpb=bc8f588ead6f515c6a142479700eb6dbbe60a612;p=dak.git diff --git a/dak/ls.py b/dak/ls.py index 4eb8e8c8..544d366c 100755 --- 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