X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=67314ff5bf54718d03141c28ef2bcc9071488ea9;hb=0cb5ffe4fdbcfea1fc779110281705b95ac30798;hp=cd42c3ed4bcaa70bd76bd17268c322c3bf43c8b0;hpb=9a14adff2ca4e7a5346c0c3b5723d9959022291a;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index cd42c3ed..67314ff5 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -69,9 +69,13 @@ def init(): "Process NEW and BYHAND packages"), ("process-upload", "Process packages in queue/unchecked"), + ("process-policy", + "Process packages in policy queues from COMMENTS files"), + ("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 +88,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",