]> git.decadent.org.uk Git - dak.git/commitdiff
dak: Add import-repository subcommand.
authorAnsgar Burchardt <ansgar@debian.org>
Wed, 12 Aug 2015 15:02:41 +0000 (17:02 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Fri, 14 Aug 2015 11:11:56 +0000 (13:11 +0200)
dak/dak.py

index c6c979a72e0f6f944ac17734318821faaab96785..32ddd62f1b9fae5ea918cf09ad92b06c9de64370 100755 (executable)
@@ -119,6 +119,8 @@ def init():
          "Show information useful for NEW processing"),
         ("import",
          "Import existing source and binary packages"),
+        ("import-repository",
+         "Import packages from another repository"),
         ("import-keyring",
          "Populate fingerprint/uid table based on a new/updated keyring"),
         ("import-users-from-passwd",