X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=47bbedfa5906511407a020e3947e113078536f59;hb=a2fafa4a1a2a97fd18ec98483c245e48b6500a33;hp=f9839ea0052d9f4d4fab1b0a846555b40734a5db;hpb=778f521cd0cbd2093896c2476738377dc58e41b7;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"), ]