Merge lp:~sergiusens/snapweb/godepsForBuilding into lp:~snappy-dev/snapweb/trunk

Proposed by Sergio Schvezov
Status: Merged
Approved by: John Lenton
Approved revision: no longer in the source branch.
Merged at revision: 147
Proposed branch: lp:~sergiusens/snapweb/godepsForBuilding
Merge into: lp:~snappy-dev/snapweb/trunk
Diff against target: 14 lines (+4/-0)
1 file modified
build.sh (+4/-0)
To merge this branch: bzr merge lp:~sergiusens/snapweb/godepsForBuilding
Reviewer Review Type Date Requested Status
John Lenton (community) Approve
Review via email: mp+260156@code.launchpad.net

Commit message

build.sh to build using the defined godeps

To post a comment you must log in.
143. By Stephen Stewart

add, but not yet show, a pretty download/installed size attr on the snap model by stephen-stewart approved by mvo

144. By Stephen Stewart

* create a specific default/missing icon, fixing #1456654
* make icons a consistent size across screen sizes
* remove image background which is pretty but inconvenient... maybe it can come back just off the main body, where it can't be overlaid by an icon by stephen-stewart approved by sergiusens

145. By Stephen Stewart

add a clock as per design doc by stephen-stewart approved by sergiusens

146. By Sergio Schvezov

Adding support for package name queries (with some polish along the way). by sergiusens approved by sergiusens,stephen-stewart

Revision history for this message
John Lenton (chipaca) :
review: Approve
147. By Sergio Schvezov

build.sh to build using the defined godeps by sergiusens approved by chipaca

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build.sh'
2--- build.sh 2015-05-07 08:25:48 +0000
3+++ build.sh 2015-05-26 13:35:03 +0000
4@@ -46,6 +46,10 @@
5 builddir=$(mktemp -d)
6 trap 'rm -rf "$builddir"' EXIT
7
8+echo Obtaining go dependencies
9+go get launchpad.net/godeps
10+godeps -u dependencies.tsv
11+
12 cp -r pkg/. $builddir
13 mkdir $builddir/www
14 cp -r www/public www/templates $builddir/www

Subscribers

People subscribed via source and target branches