X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=15c3e1add0efcdbcccdf187ee5d1b84c1608f39a;hb=9f371390bb90395b2f2f0b65c91c21047896774a;hp=fc22ec5cda16394cdbdebf30bd453641f502045c;hpb=cd5b29ddfd8de263c085f494b9573d683913f6f3;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index fc22ec5c..15c3e1ad 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -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