X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=ad99a5a06c80b5c4e383dad854583d5ae67b2a15;hb=c8dddd950800e46332cd82ed8ad8706a88597886;hp=a25afb669a02634ad1b0f6fe2d8ca84a97abbff1;hpb=4830d9be143c7645ea932b53fae095e275ad7814;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index a25afb66..ad99a5a0 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -61,6 +61,8 @@ def init(): "Output html for packages in NEW"), ("show-deferred", "Output html and symlinks for packages in DEFERRED"), + ("graph", + "Output graphs of number of packages in various queues"), ("rm", "Remove packages from suites"), @@ -84,6 +86,8 @@ def init(): "Generate Packages/Sources files"), ("contents", "Generate content files"), + ("metadata", + "Load data for packages/sources files"), ("generate-index-diffs", "Generate .diff/Index files"), ("clean-suites",