X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=f82d74ccaafd18eb79361a78d8f2678f91f5eec1;hb=7c0d299579cf1a4ed71f1bf116d231e0ae3a71fd;hp=abea91ac672c5c292d073fb366aa419256e8d3f5;hpb=b893898166959e406c868d5f922f10b5eceb6d77;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index abea91ac..f82d74cc 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -46,6 +46,8 @@ def init(): "Archive sanity checks"), ("queue-report", "Produce a report on NEW and BYHAND packages"), + ("show-new", + "Output html for packages in NEW"), ("rm", "Remove packages from suites"), @@ -90,6 +92,8 @@ def init(): "Check for users with no packages in the archive"), ("import-archive", "Populate SQL database based from an archive tree"), + ("import-keyring", + "Populate fingerprint/uid table based on a new/updated keyring"), ("import-ldap-fingerprints", "Syncs fingerprint and uid tables with Debian LDAP db"), ("import-users-from-passwd", @@ -110,6 +114,8 @@ def init(): "Manually reject from proposed-updates"), ("security-install", "Install a security upload into the archive"), + ("new-security-install", + "New way to install a security upload into the archive"), ("split-done", "Split queue/done into a date-based hierarchy"), ("stats",