Merge lp://staging/~radix/autoppa/autoppa-switch into lp://staging/autoppa

Proposed by Christopher Armstrong
Status: Merged
Merged at revision: not available
Proposed branch: lp://staging/~radix/autoppa/autoppa-switch
Merge into: lp://staging/autoppa
To merge this branch: bzr merge lp://staging/~radix/autoppa/autoppa-switch
Reviewer Review Type Date Requested Status
Jamu Kakar none Approve
AutoPPA Team Pending
Review via email: mp+1649@code.staging.launchpad.net
To post a comment you must log in.
14. By Christopher Armstrong

make bin/autoppa-switch actually use autoppa_switch

Revision history for this message
Jamu Kakar (jkakar) wrote :

[1]

+def main(args):
+ if len(args) != 2:
+ sys.exit("Usage: autoppa-switch <software version> <distro release>")
+ version, ubuntu_release = args
+ autoppa_switch(".", version, ubuntu_release)

It'd be nice to use an OptionParser here so that --help and
--version work. If you don't want to bother with it right now
please file a bug to track the issue.

Thanks for adding this functionality! +1.

review: Approve (none)

Subscribers

People subscribed via source and target branches