X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=191664f04c77e30beba094103785eb1067dd67b6;hb=245c6549dbacaeab5ee36ec74372b1df8675b477;hp=c6c979a72e0f6f944ac17734318821faaab96785;hpb=321e39b64490fb825769f7ed9f6534cebeedd923;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index c6c979a7..191664f0 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -98,6 +98,8 @@ def init(): "Clean unused/superseded packages from the archive"), ("manage-build-queues", "Clean and update metadata for build queues"), + ("manage-debug-suites", + "Clean obsolete packages from debug suites"), ("clean-queues", "Clean cruft from incoming"), @@ -119,6 +121,8 @@ def init(): "Show information useful for NEW processing"), ("import", "Import existing source and binary packages"), + ("import-repository", + "Import packages from another repository"), ("import-keyring", "Populate fingerprint/uid table based on a new/updated keyring"), ("import-users-from-passwd", @@ -224,7 +228,7 @@ def main(): logger.log([msg]) sys.exit(1) except SystemExit: - pass + raise except: if logger: for line in traceback.format_exc().split('\n')[:-1]: