~landscape/landscape-bundles/trunk

« back to all changes in this revision

Viewing changes to update-charm-revisions

  • Committer: Simon Poirier
  • Date: 2018-07-12 21:47:39 UTC
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: simon.poirier@canonical.com-20180712214739-9lroyr8j8djcfvl2
add bionic to series

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    description = "Put new charmstore descriptors into a deployer file."
75
75
    parser = argparse.ArgumentParser(description=description)
76
76
    parser.add_argument("charms", help="List charms to update", nargs='*')
77
 
    parser.add_argument("--series", help="Charm series", default="xenial")
 
77
    parser.add_argument("--series", help="Charm series", default="bionic")
78
78
    return parser.parse_args()
79
79
 
80
80