X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=d04eebc2881cbd87a0b6c362d27334e18f2b8066;hb=df1bf169c5b89fa9764a326bbd7a6883a8789f6b;hp=77999abea3beb614faf5d8d2c8d506298a63f029;hpb=5e1dd4d24cf24e29213ae7d461f3bc8f4f040fb4;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index 77999abe..d04eebc2 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -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",