X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=c8a6a198941f45134b245f007353ba4f14be4edb;hb=935bd2ad8079341123590d80658562d81ac87c86;hp=a08f20e0eecf5e87d65e6483a75bc4c18cab7492;hpb=0fbf46fb7da5309d9fca4761178c1375cb8916ee;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index a08f20e0..c8a6a198 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,6 +114,8 @@ def init(): "Generate package <-> file mapping"), ("generate-releases", "Generate Release files"), + ("contents", + "Generate content files"), ("generate-index-diffs", "Generate .diff/Index files"), ("clean-suites", @@ -149,6 +153,8 @@ def init(): "Syncs fingerprint and uid tables with Debian LDAP db"), ("import-users-from-passwd", "Sync PostgreSQL users with passwd file"), + ("admin", + "Perform administration on the dak database"), ("init-db", "Update the database to match the conf file"), ("update-db", @@ -171,6 +177,8 @@ def init(): "Generate statistics"), ("bts-categorize", "Categorize uncategorized bugs filed against ftp.debian.org"), + ("add-user", + "Add a user to the archive"), ] return functionality