]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dak.py
merge from master
[dak.git] / dak / dak.py
index fc22ec5cda16394cdbdebf30bd453641f502045c..15c3e1add0efcdbcccdf187ee5d1b84c1608f39a 100755 (executable)
@@ -112,7 +112,7 @@ def init():
          "Generate package <-> file mapping"),
         ("generate-releases",
          "Generate Release files"),
-        ("generate-contents",
+        ("contents",
          "Generate contest files"),
         ("generate-index-diffs",
          "Generate .diff/Index files"),
@@ -145,8 +145,6 @@ def init():
          "Check for users with no packages in the archive"),
         ("import-archive",
          "Populate SQL database based from an archive tree"),
-        ("import-contents",
-         "Populate SQL database with Contents files"),
         ("import-keyring",
          "Populate fingerprint/uid table based on a new/updated keyring"),
         ("import-ldap-fingerprints",
@@ -173,8 +171,12 @@ 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",
+         "Add a user to the archive"),
         ]
     return functionality