Merge lp:~joetalbott/charms/trusty/snappy-proposed-image-builder/add_udf_instructions into lp:~canonical-ci-engineering/charms/trusty/snappy-proposed-image-builder/trunk

Proposed by Joe Talbott
Status: Merged
Approved by: Celso Providelo
Approved revision: 6
Merged at revision: 12
Proposed branch: lp:~joetalbott/charms/trusty/snappy-proposed-image-builder/add_udf_instructions
Merge into: lp:~canonical-ci-engineering/charms/trusty/snappy-proposed-image-builder/trunk
Diff against target: 32 lines (+25/-0)
1 file modified
README (+25/-0)
To merge this branch: bzr merge lp:~joetalbott/charms/trusty/snappy-proposed-image-builder/add_udf_instructions
Reviewer Review Type Date Requested Status
Celso Providelo (community) Approve
Review via email: mp+261013@code.launchpad.net

Commit message

Add instructions for building the CI version of ubuntu-device-flash.

Description of the change

Add instructions for building the CI version of ubuntu-device-flash.

To post a comment you must log in.
Revision history for this message
Celso Providelo (cprov) wrote :

Thanks, Joe.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2015-05-27 13:56:25 +0000
3+++ README 2015-06-03 18:53:31 +0000
4@@ -14,3 +14,28 @@
5 The charm expects the payload code to be provided as
6 files/snappy-proposed-image-builder.tgz (a snapshot of lp:snappy-proposed-image-builder) along
7 with its corresponding files/pip-cache directory (python dependencies).
8+
9+The charm expects a ubuntu-device-flash binary as well
10+
11+ubuntu-device-flash
12+-------------------
13+
14+Download ubuntu-device-flash source
15+
16+ bzr branch lp:~canonical-ci-engineering/goget-ubuntu-touch/local_image goget-ubuntu-touch
17+
18+Build the CI version of ubuntu-device-flash
19+
20+ cd goget-ubuntu-touch/ubuntu-device-flash
21+
22+ # install the following packages
23+ # ubuntu-snappy-cli from ppa:snappy-dev/tools
24+ # kpartx
25+ # debsig-verify
26+ # golang
27+
28+ export GOPATH=~/.go
29+ mkdir $GOPATH
30+
31+ golang-go get
32+ golang-go build

Subscribers

People subscribed via source and target branches