Merge lp:~fginther/ubuntu-touch-boottest/use-devel-proposed-g++5-channel into lp:ubuntu-touch-boottest

Proposed by Francis Ginther
Status: Merged
Approved by: Francis Ginther
Approved revision: 10
Merged at revision: 10
Proposed branch: lp:~fginther/ubuntu-touch-boottest/use-devel-proposed-g++5-channel
Merge into: lp:ubuntu-touch-boottest
Diff against target: 12 lines (+1/-1)
1 file modified
boottest.sh (+1/-1)
To merge this branch: bzr merge lp:~fginther/ubuntu-touch-boottest/use-devel-proposed-g++5-channel
Reviewer Review Type Date Requested Status
Joe Talbott (community) Approve
Review via email: mp+266946@code.launchpad.net

Commit message

Temporarily switch wily to the ubuntu-touch/devel-proposed-g++5/ubuntu channel to resolve the issues with the library transition (per slangasek's recommendation).

Description of the change

Temporarily switch wily to the ubuntu-touch/devel-proposed-g++5/ubuntu channel to resolve the issues with the library transition (per slangasek's recommendation).

Apt is unable to calculate the right upgrade path for about 20-30 packages during this current transition of g++. The ubuntu-touch/devel-proposed-g++5/ubuntu channel provides a more usable image for apt to calculate upgrades as it already contains the updated libraries. This has been tested with ubuntu-system-settings [1] which is currently one of these stuck packages.

This will not prematurely promote any packages as these are all being manually held for a single promotion of g++ and everything that needed to be rebuilt/updated. This just removes boottest as a promotion blocker.

Once the transition is complete, this change needs to be reverted.

[1] - http://d-jenkins.ubuntu-ci:8080/view/Wily/view/BootTest/job/fjg-boottest/67/

To post a comment you must log in.
Revision history for this message
Joe Talbott (joetalbott) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'boottest.sh'
--- boottest.sh 2015-07-23 22:09:14 +0000
+++ boottest.sh 2015-08-04 19:08:38 +0000
@@ -109,7 +109,7 @@
109 CHANNEL="ubuntu-touch/rc-proposed/bq-aquaris.en"109 CHANNEL="ubuntu-touch/rc-proposed/bq-aquaris.en"
110 REVISION="${VIVID_REVISION:-0}"110 REVISION="${VIVID_REVISION:-0}"
111elif [ "${RELEASE}" == 'wily' ]; then111elif [ "${RELEASE}" == 'wily' ]; then
112 CHANNEL="ubuntu-touch/devel-proposed/krillin.en"112 CHANNEL="ubuntu-touch/devel-proposed-g++5/ubuntu"
113 REVISION="${WILY_REVISION:-0}"113 REVISION="${WILY_REVISION:-0}"
114else114else
115 END_MESSAGE="ERROR: Unsupported release: ${RELEASE}"115 END_MESSAGE="ERROR: Unsupported release: ${RELEASE}"

Subscribers

People subscribed via source and target branches