X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=d04eebc2881cbd87a0b6c362d27334e18f2b8066;hb=df1bf169c5b89fa9764a326bbd7a6883a8789f6b;hp=193b465970a210a540c2658715fda01d69b3ad96;hpb=16f731a893f0ba036a995c25b8b5f3490394070e;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index 193b4659..d04eebc2 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -105,6 +105,8 @@ def init(): "Generate lists of packages per suite for apt-ftparchive"), ("generate-releases", "Generate Release files"), + ("generate-contents", + "Generate contest files"), ("generate-index-diffs", "Generate .diff/Index files"), ("clean-suites", @@ -136,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", @@ -144,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", @@ -162,8 +168,6 @@ def init(): "Split queue/done into a date-based hierarchy"), ("stats", "Generate statistics"), - ("symlink-dists", - "Generate compatability symlinks from dists/ into pool/"), ] return functionality