Merge lp://qastaging/~stevenwilkin/snapweb/snapcraft into lp://qastaging/~snappy-dev/snapweb/trunk
Proposed by
Steven Wilkin
Status: | Needs review |
---|---|
Proposed branch: | lp://qastaging/~stevenwilkin/snapweb/snapcraft |
Merge into: | lp://qastaging/~snappy-dev/snapweb/trunk |
Diff against target: |
249 lines (+51/-147) 6 files modified
Makefile (+18/-0) README.md (+5/-14) build.sh (+0/-88) pkg/meta/snap.yaml (+0/-21) pkg/snappyd (+0/-24) snapcraft.yaml (+28/-0) |
To merge this branch: | bzr merge lp://qastaging/~stevenwilkin/snapweb/snapcraft |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Snappy Developers | Pending | ||
Review via email: mp+296633@code.qastaging.launchpad.net |
Commit message
Use Snapcraft to build the snap
Description of the change
Use Snapcraft to build the snap.
This should allow us to get LP to build and upload to the store for the range of supported architectures.
For the time being this is using a Makefile but if/when Snapcraft plugins appear which support godeps and gulp then things could be made simpler again.
To post a comment you must log in.
Updated with Zygmunt's advice to use `install` rather than `cp`