Merge lp:~larryprice/phablet-tools/click-buddy-sdk-update-default into lp:phablet-tools

Proposed by Larry Price
Status: Needs review
Proposed branch: lp:~larryprice/phablet-tools/click-buddy-sdk-update-default
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:~larryprice/phablet-tools/click-buddy-sdk-update-default
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+298574@code.launchpad.net

Commit message

Use 15.04 instead of 13.10 as default framework for click-buddy.

Description of the change

Since 15.04 is the current standard, use 15.04 as default framework for click-buddy.

To post a comment you must log in.

Unmerged revisions

359. By Larry Price

Make click-buddy default to current standard 15.04

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'click-buddy'
2--- click-buddy 2014-09-09 14:46:55 +0000
3+++ click-buddy 2016-06-28 20:59:20 +0000
4@@ -36,7 +36,7 @@
5 --arch Target architecture, requires a created click chroot
6 (defaults to arch all)
7 --framework Target click framework, requires a created click chroot
8- (defaults to ubuntu-sdk-13.10)
9+ (defaults to ubuntu-sdk-15.04)
10 EOF
11 }
12
13@@ -47,7 +47,7 @@
14 NO_CLEAN=""
15 EXTRA_DEPS=""
16 ARCH="all"
17-FRAMEWORK="ubuntu-sdk-13.10"
18+FRAMEWORK="ubuntu-sdk-15.04"
19 MAINTMODE=""
20
21 TEST_DIR='tests/autopilot'

Subscribers

People subscribed via source and target branches