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