Merge lp:~cjohnston/utah/1225700 into lp:utah

Proposed by Chris Johnston
Status: Merged
Merged at revision: 1009
Proposed branch: lp:~cjohnston/utah/1225700
Merge into: lp:utah
Diff against target: 12 lines (+1/-1)
1 file modified
examples/run_utah_phablet.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/utah/1225700
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+185673@code.launchpad.net

Commit message

Switch from daily-proposed to devel-proposed for ubuntu-system --channel

Description of the change

Per https://lists.launchpad.net/ubuntu-phone/msg04111.html run_utah_phablet.py will need to change from using the 'daily-proposed' channel to devel-proposed sometime between 16 Sept. and 24 Sept. in order to match the new channel alignment.

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

Fortunately, they are ensuring we have a transitional period, but let's make sure to wait for the change to actually occur before we roll this into production.
+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'examples/run_utah_phablet.py'
2--- examples/run_utah_phablet.py 2013-09-03 17:03:45 +0000
3+++ examples/run_utah_phablet.py 2013-09-15 15:22:07 +0000
4@@ -57,7 +57,7 @@
5 if args.ubuntu_bootstrap:
6 cmd.append('ubuntu-system')
7 if not args.current:
8- cmd.extend(['--channel', 'daily-proposed'])
9+ cmd.extend(['--channel', 'devel-proposed'])
10 else:
11 cmd.append('cdimage-touch')
12 if not args.current:

Subscribers

People subscribed via source and target branches