]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dak.py
Use /bin/bash as interpreter.
[dak.git] / dak / dak.py
index 306137a183fa14e1106fd75a00b64f0c29cf8722..55f9c37a6e0ef515ce45d622905b2359b85335a1 100755 (executable)
@@ -71,6 +71,8 @@ def init():
          "Process NEW and BYHAND packages"),
         ("process-upload",
          "Process packages in queue/unchecked"),
+        ("process-commands",
+         "Process command files (*.dak-commands)"),
         ("process-policy",
          "Process packages in policy queues from COMMENTS files"),
 
@@ -117,6 +119,8 @@ def init():
          "Show information useful for NEW processing"),
         ("find-null-maintainers",
          "Check for users with no packages in the archive"),
+        ("import",
+         "Import existing source and binary packages"),
         ("import-keyring",
          "Populate fingerprint/uid table based on a new/updated keyring"),
         ("import-ldap-fingerprints",