X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=c3c7f0de787b97e8c941211b58e2996777649425;hb=17c5cab4eb8d5181ec7a81267a4e2e6b43c0fc65;hp=c6c979a72e0f6f944ac17734318821faaab96785;hpb=321e39b64490fb825769f7ed9f6534cebeedd923;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index c6c979a7..c3c7f0de 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",