X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdak.py;h=579548c9470050bc8117f0db94074f4d0451cfbd;hb=c72ca020c81a70f4813a12afbdc01f57be9d32bf;hp=b8b9f62d651307ba47f79176fc1c052e54c78b52;hpb=554c9c0777c3444720c8d6064608cff5f89f62c0;p=dak.git diff --git a/dak/dak.py b/dak/dak.py index b8b9f62d..579548c9 100755 --- a/dak/dak.py +++ b/dak/dak.py @@ -98,15 +98,11 @@ def init(): "Clean and update metadata for build queues"), ("clean-queues", "Clean cruft from incoming"), - ("clean-proposed-updates", - "Remove obsolete .changes from proposed-updates"), ("transitions", "Manage the release transition file"), ("check-overrides", "Override cruft checks"), - ("check-proposed-updates", - "Dependency checking for proposed-updates"), ("control-overrides", "Manipulate/list override entries in bulk"), ("control-suite", @@ -133,8 +129,6 @@ def init(): "Generates Maintainers file for BTS etc"), ("make-overrides", "Generates override files"), - ("poolize", - "Move packages from dists/ to pool/"), ("new-security-install", "New way to install a security upload into the archive"), ("split-done", @@ -178,7 +172,7 @@ def main(): try: - logger = Logger(Config(), 'dak top-level', print_starting=False) + logger = Logger('dak top-level', print_starting=False) except CantOpenError: logger = None