Merge lp://qastaging/~doanac/utah/system-image-channel into lp://qastaging/utah

Proposed by Andy Doan
Status: Merged
Merged at revision: 1014
Proposed branch: lp://qastaging/~doanac/utah/system-image-channel
Merge into: lp://qastaging/utah
Diff against target: 38 lines (+12/-2)
1 file modified
examples/run_utah_phablet.py (+12/-2)
To merge this branch: bzr merge lp://qastaging/~doanac/utah/system-image-channel
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+186582@code.qastaging.launchpad.net

Description of the change

add support for --channel option when doing system-images

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

31 + if not args.channel:
32 + args.channel = 'devel-proposed'
33 + if args.current:
34 + args.channel = 'stable'
35 +
Just set the default for args.channel to devel-proposed instead, and I think we might as well just remove the --current argument, since we can now just specify the channel.

As for --ubuntu-bootstrap, I think we should just kill it off completely.

Revision history for this message
Andy Doan (doanac) wrote :

On 09/19/2013 04:24 PM, Paul Larson wrote:
> 31 + if not args.channel:
> 32 + args.channel = 'devel-proposed'
> 33 + if args.current:
> 34 + args.channel = 'stable'
> 35 +
> Just set the default for args.channel to devel-proposed instead, and I think we might as well just remove the --current argument, since we can now just specify the channel.
>
> As for --ubuntu-bootstrap, I think we should just kill it off completely.

I don't think we can do those things until we drop support for testing
cdimage-touch can we?

Revision history for this message
Paul Larson (pwlars) wrote :

Ok, let's do this for now, and hopefully we can come back and do more if we get to drop the old images

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: