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
=== modified file 'README'
--- README 2015-05-27 13:56:25 +0000
+++ README 2015-06-03 18:53:31 +0000
@@ -14,3 +14,28 @@
14The charm expects the payload code to be provided as 14The charm expects the payload code to be provided as
15files/snappy-proposed-image-builder.tgz (a snapshot of lp:snappy-proposed-image-builder) along15files/snappy-proposed-image-builder.tgz (a snapshot of lp:snappy-proposed-image-builder) along
16with its corresponding files/pip-cache directory (python dependencies). 16with its corresponding files/pip-cache directory (python dependencies).
17
18The charm expects a ubuntu-device-flash binary as well
19
20ubuntu-device-flash
21-------------------
22
23Download ubuntu-device-flash source
24
25 bzr branch lp:~canonical-ci-engineering/goget-ubuntu-touch/local_image goget-ubuntu-touch
26
27Build the CI version of ubuntu-device-flash
28
29 cd goget-ubuntu-touch/ubuntu-device-flash
30
31 # install the following packages
32 # ubuntu-snappy-cli from ppa:snappy-dev/tools
33 # kpartx
34 # debsig-verify
35 # golang
36
37 export GOPATH=~/.go
38 mkdir $GOPATH
39
40 golang-go get
41 golang-go build

Subscribers

People subscribed via source and target branches