X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=67314ff5bf54718d03141c28ef2bcc9071488ea9;hb=4c7eee9642e82b6286f807ad92a93e7ef30288e6;hp=27ef389f16ae332536eb49f6918bad56bc35b0c4;hpb=37818276a5aba97d97763420a7655d2350dad747;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index 27ef389f..67314ff5 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -33,6 +33,7 @@ G{importgraph} ################################################################################ +import os import sys import traceback import daklib.utils @@ -68,11 +69,17 @@ 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", + "Generate file lists for apt-ftparchive"), ("generate-releases", "Generate Release files"), ("contents", @@ -81,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",