]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dak.py
convert import_keyring to new DB API
[dak.git] / dak / dak.py
index 14cddd562545f9449d86c62c5a107f3c8db8afe2..c8a6a198941f45134b245f007353ba4f14be4edb 100755 (executable)
@@ -153,6 +153,8 @@ def init():
          "Syncs fingerprint and uid tables with Debian LDAP db"),
         ("import-users-from-passwd",
          "Sync PostgreSQL users with passwd file"),
+        ("admin",
+         "Perform administration on the dak database"),
         ("init-db",
          "Update the database to match the conf file"),
         ("update-db",
@@ -173,8 +175,6 @@ def init():
          "Split queue/done into a date-based hierarchy"),
         ("stats",
          "Generate statistics"),
-        ("calculate-shasums",
-         "Calculate missing sha1sums and sha256sums"),
         ("bts-categorize",
          "Categorize uncategorized bugs filed against ftp.debian.org"),
         ("add-user",