X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=cdb0331f7afb56f95533e2ab39064c67fd54f2f8;hb=c0319db3319f073457bd01139dbcd9b4c086c06b;hp=bd5108fa6e2e49607b2fc59050a43d95087e88c4;hpb=f6a7dfc1e5cac520c07a0ca8bf498695d0df2356;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index bd5108fa..cdb0331f 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -108,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", @@ -122,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", @@ -148,6 +144,8 @@ def init(): "Add a user to the archive"), ("make-changelog", "Generate changelog between two suites"), + ("copy-installer", + "Copies the installer from one suite to another"), ] return functionality