X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=191664f04c77e30beba094103785eb1067dd67b6;hb=245c6549dbacaeab5ee36ec74372b1df8675b477;hp=c2a502cdcd16dcbe4d806fe46472d73431fae4ef;hpb=9eff87cf703b5fe3310570ab30ff922e62f2957a;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index c2a502cd..191664f0 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -84,14 +84,10 @@ def init(): "export a suite to a flat directory structure"), ("make-pkg-file-mapping", "Generate package <-> file mapping"), - ("generate-filelist", - "Generate file lists for apt-ftparchive"), ("generate-releases", "Generate Release files"), - ("generate-packages-sources", - "Generate Packages/Sources files"), ("generate-packages-sources2", - "Generate Packages/Sources files [directly from database]"), + "Generate Packages/Sources files"), ("contents", "Generate content files"), ("metadata", @@ -102,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"), @@ -113,16 +111,20 @@ def init(): "Manipulate/list override entries in bulk"), ("control-suite", "Manipulate suites in bulk"), + ("update-suite", + "Update suite with packages from a different suite"), ("cruft-report", "Check for obsolete or duplicated packages"), + ("auto-decruft", + "Clean cruft without reverse dependencies automatically"), ("examine-package", "Show information useful for NEW processing"), - ("find-null-maintainers", - "Check for users with no packages in the archive"), + ("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-ldap-fingerprints", - "Syncs fingerprint and uid tables with Debian LDAP db"), ("import-users-from-passwd", "Sync PostgreSQL users with passwd file"), ("acl", @@ -226,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]: