]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dak.py
Contents generation should be working now
[dak.git] / dak / dak.py
index fc22ec5cda16394cdbdebf30bd453641f502045c..aa6efdee840555190e25b9590a3700368b487e6d 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,6 +171,8 @@ 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"),
         ]