X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=f82d74ccaafd18eb79361a78d8f2678f91f5eec1;hb=de08e1819d9164cbda04bc9b86fd0716a6e7bc2f;hp=c4d76be89db1626cf3e9bd3f46348dfa96d272ad;hpb=0857c6ae3ba0dcd1209e3b79c1fe277a6349aab2;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index c4d76be8..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",