]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dak.py
Remove debug output
[dak.git] / dak / dak.py
index c4d76be89db1626cf3e9bd3f46348dfa96d272ad..f82d74ccaafd18eb79361a78d8f2678f91f5eec1 100755 (executable)
@@ -46,6 +46,8 @@ def init():
          "Archive sanity checks"),
         ("queue-report",
          "Produce a report on NEW and BYHAND packages"),
+        ("show-new",
+         "Output html for packages in NEW"),
         
         ("rm",
          "Remove packages from suites"),
@@ -90,6 +92,8 @@ def init():
          "Check for users with no packages in the archive"),
         ("import-archive",
          "Populate SQL database based from an archive tree"),
+        ("import-keyring",
+         "Populate fingerprint/uid table based on a new/updated keyring"),
         ("import-ldap-fingerprints",
          "Syncs fingerprint and uid tables with Debian LDAP db"),
         ("import-users-from-passwd",