X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=47bbedfa5906511407a020e3947e113078536f59;hb=bd2f59abe3833efd703db5e075c8ce67f0b7864a;hp=f9839ea0052d9f4d4fab1b0a846555b40734a5db;hpb=d27ab78d91d68f9885d45abeecfae4c48c9f7521;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index f9839ea0..47bbedfa 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -66,10 +66,8 @@ def init(): ("process-new", "Process NEW and BYHAND packages"), - ("process-unchecked", + ("process-upload", "Process packages in queue/unchecked"), - ("process-accepted", - "Install packages into the pool"), ("make-suite-file-list", "Generate lists of packages per suite for apt-ftparchive"), @@ -134,6 +132,8 @@ def init(): "Generate statistics"), ("bts-categorize", "Categorize uncategorized bugs filed against ftp.debian.org"), + ("import-known-changes", + "import old changes files into known_changes table"), ("add-user", "Add a user to the archive"), ]