~larryprice/libertine/private-ppas

« back to all changes in this revision

Viewing changes to tools/libertine-container-manager

  • Committer: Larry Price
  • Date: 2016-07-13 19:48:48 UTC
  • Revision ID: larry.price@canonical.com-20160713194848-09zzoxtid336bdgu
Remove unnecessary code and fix archive name length

Show diffs side-by-side

added added

removed removed

Lines of Context:
474
474
        help=("File containing the key used to sign the given archive. "
475
475
              "Useful for third-party or private archives."))
476
476
 
477
 
    parser_configure.add_argument(
478
 
        'option_arg',
479
 
        nargs=argparse.REMAINDER,
480
 
        metavar='Additonal argument',
481
 
        help=("Additonal argument needed for the -a/--archive and -b/--bind-mount "
482
 
              "subcommands."))
483
 
 
484
477
    parser_configure.set_defaults(func=container_manager.configure)
485
478
 
486
479
    # Handle merging another ContainersConfig.json file into the main ContainersConfig.json file