X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=306137a183fa14e1106fd75a00b64f0c29cf8722;hb=56c0f386e8da9aaac70dcb60a5eb1ef9a9e38877;hp=20e8886489798a003b2ceef5776f2178339fe6b8;hpb=f2027f086182b71e083bab22c778fd9ed678ca33;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index 20e88864..306137a1 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -78,6 +78,8 @@ def init(): "Remove obsolete source and binary associations from suites"), ("export", "Export uploads from policy queues"), + ("export-suite", + "export a suite to a flat directory structure"), ("make-pkg-file-mapping", "Generate package <-> file mapping"), ("generate-filelist", @@ -121,6 +123,8 @@ def init(): "Syncs fingerprint and uid tables with Debian LDAP db"), ("import-users-from-passwd", "Sync PostgreSQL users with passwd file"), + ("acl", + "Manage upload ACLs"), ("admin", "Perform administration on the dak database"), ("update-db",