Merge lp:~nskaggs/phablet-tools/default-to-1404-fixed into lp:phablet-tools

Proposed by Nicholas Skaggs
Status: Needs review
Proposed branch: lp:~nskaggs/phablet-tools/default-to-1404-fixed
Merge into: lp:phablet-tools
Diff against target: 21 lines (+2/-2)
1 file modified
click-buddy (+2/-2)
To merge this branch: bzr merge lp:~nskaggs/phablet-tools/default-to-1404-fixed
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+218191@code.launchpad.net

This proposal supersedes a proposal from 2014-05-02.

Commit message

Change default framework to 14.04, which is latest stable

Description of the change

Change default framework to 14.04, which is latest stable

To post a comment you must log in.
Revision history for this message
Nicholas Skaggs (nskaggs) wrote : Posted in a previous version of this proposal

Wow, that's a lot of whitespace changes. Even using vi, I get this, not sure what the deal is :-)

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote : Posted in a previous version of this proposal
review: Approve (continuous-integration)
Revision history for this message
Sergio Schvezov (sergiusens) wrote : Posted in a previous version of this proposal

On Fri, May 2, 2014 at 5:41 PM, Nicholas Skaggs <
<email address hidden>> wrote:

> Wow, that's a lot of whitespace changes. Even using vi, I get this, not
> sure what the deal is :-)
>

You might have an autosave hook that does s/<tab>/<spaces>/ ;-)

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

Right you are sergio ;-) But why tabs in the file anyway.. diff is fixed.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:269
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~nskaggs/phablet-tools/default-to-1404-fixed/+merge/218191/+edit-commit-message

http://jenkins.qa.ubuntu.com/job/phablet-tools-ci/319/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/phablet-tools-trusty-amd64-ci/91
    SUCCESS: http://jenkins.qa.ubuntu.com/job/phablet-tools-trusty-armhf-ci/91
    SUCCESS: http://jenkins.qa.ubuntu.com/job/phablet-tools-trusty-i386-ci/91

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/phablet-tools-ci/319/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

269. By Nicholas Skaggs

change default sdk framework to 14.04

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'click-buddy'
--- click-buddy 2014-04-14 18:45:09 +0000
+++ click-buddy 2014-05-03 17:23:24 +0000
@@ -36,7 +36,7 @@
36 --arch Target architecture, requires a created click chroot36 --arch Target architecture, requires a created click chroot
37 (defaults to arch all)37 (defaults to arch all)
38 --framework Target click framework, requires a created click chroot38 --framework Target click framework, requires a created click chroot
39 (defaults to ubuntu-sdk-13.10)39 (defaults to ubuntu-sdk-14.04)
40EOF40EOF
41}41}
4242
@@ -47,7 +47,7 @@
47NO_CLEAN=""47NO_CLEAN=""
48EXTRA_DEPS=""48EXTRA_DEPS=""
49ARCH="all"49ARCH="all"
50FRAMEWORK="ubuntu-sdk-13.10"50FRAMEWORK="ubuntu-sdk-14.04"
51MAINTMODE=""51MAINTMODE=""
5252
53TEST_DIR='tests/autopilot'53TEST_DIR='tests/autopilot'

Subscribers

People subscribed via source and target branches