X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fls.py;h=85ad4905214114c6a4d89a0fe40437c575d2a40d;hb=01496fe710b21e3922ef7b6f3ffa74f2b697b34d;hp=4eb8e8c8da9b4625442a635cdb6ab68310df5649;hpb=bc8f588ead6f515c6a142479700eb6dbbe60a612;p=dak.git diff --git a/dak/ls.py b/dak/ls.py index 4eb8e8c8..85ad4905 100755 --- a/dak/ls.py +++ b/dak/ls.py @@ -56,7 +56,7 @@ Display information about PACKAGE(s). -S, --source-and-binary show info for the binary children of source pkgs ARCH, COMPONENT and SUITE can be comma (or space) separated lists, e.g. - --architecture=m68k,i386""" + --architecture=amd64,i386""" sys.exit(exit_code) ################################################################################ @@ -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