X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=14cddd562545f9449d86c62c5a107f3c8db8afe2;hb=fdf3c42445b4f11f4cd71634dd2b57cb7d7a4f36;hp=fc22ec5cda16394cdbdebf30bd453641f502045c;hpb=cd5b29ddfd8de263c085f494b9573d683913f6f3;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index fc22ec5c..14cddd56 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -33,8 +33,10 @@ G{importgraph} ################################################################################ -import sys, imp -import daklib.utils, daklib.extensions +import sys +import imp +import daklib.utils +import daklib.extensions ################################################################################ @@ -112,8 +114,8 @@ def init(): "Generate package <-> file mapping"), ("generate-releases", "Generate Release files"), - ("generate-contents", - "Generate contest files"), + ("contents", + "Generate content files"), ("generate-index-diffs", "Generate .diff/Index files"), ("clean-suites", @@ -145,8 +147,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 +173,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