X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=06e923d1d2e63ced1a4fbd4075e189bc42d50974;hb=5147b67a4c51905b6e35927b7a022e063a730d8a;hp=abea91ac672c5c292d073fb366aa419256e8d3f5;hpb=b893898166959e406c868d5f922f10b5eceb6d77;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index abea91ac..06e923d1 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -90,6 +90,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 +112,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",