X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=443e4580f535f4a3c6970e8f002b44bab632a196;hb=2df1ebdd5dc4423d8425311c0de28d5adfbc9fa8;hp=cd42c3ed4bcaa70bd76bd17268c322c3bf43c8b0;hpb=9a14adff2ca4e7a5346c0c3b5723d9959022291a;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index cd42c3ed..443e4580 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -70,8 +70,10 @@ def init(): ("process-upload", "Process packages in queue/unchecked"), + ("dominate", + "Remove obsolete source and binary associations from suites"), ("make-suite-file-list", - "Generate lists of packages per suite for apt-ftparchive"), + "OBSOLETE: replaced by dominate and generate-filelist"), ("make-pkg-file-mapping", "Generate package <-> file mapping"), ("generate-filelist", @@ -84,6 +86,8 @@ def init(): "Generate .diff/Index files"), ("clean-suites", "Clean unused/superseded packages from the archive"), + ("manage-build-queues", + "Clean and update metadata for build queues"), ("clean-queues", "Clean cruft from incoming"), ("clean-proposed-updates",