]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dak.py
move generate_contents_information to utils.py
[dak.git] / dak / dak.py
index 77999abea3beb614faf5d8d2c8d506298a63f029..d04eebc2881cbd87a0b6c362d27334e18f2b8066 100755 (executable)
@@ -138,6 +138,8 @@ 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",
@@ -146,6 +148,8 @@ def init():
          "Sync PostgreSQL users with passwd file"),
         ("init-db",
          "Update the database to match the conf file"),
+        ("update-db",
+         "Updates databae schema to latest revision"),
         ("init-dirs",
          "Initial setup of the archive"),
         ("make-maintainers",