X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=fb0021024505b971819647ba7c155e57a49e9fee;hb=bfb4f36ca62f0ac134bd82411d698384eb795725;hp=8d7776a5ce0a2404ac43318d38fe898c200f52c1;hpb=78a2020dbc565ee964741f9d1536d0c7ff3367e3;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index 8d7776a5..fb002102 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -81,6 +81,8 @@ def init(): "Generate file lists for apt-ftparchive"), ("generate-releases", "Generate Release files"), + ("generate-packages-sources", + "Generate Packages/Sources files"), ("contents", "Generate content files"), ("generate-index-diffs", @@ -106,8 +108,6 @@ def init(): "Manipulate suites in bulk"), ("cruft-report", "Check for obsolete or duplicated packages"), - ("decode-dot-dak", - "Display contents of a .dak file"), ("examine-package", "Show information useful for NEW processing"), ("find-null-maintainers", @@ -120,8 +120,6 @@ def init(): "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", "Updates databae schema to latest revision"), ("init-dirs", @@ -144,6 +142,12 @@ def init(): "import old changes files into known_changes table"), ("add-user", "Add a user to the archive"), + ("make-changelog", + "Generate changelog between two suites"), + ("copy-installer", + "Copies the installer from one suite to another"), + ("override-disparity", + "Generate a list of override disparities"), ] return functionality