Merge lp:~chipaca/snappy-hub/snappy-examples-get-icons-again into lp:~snappy-dev/snappy-hub/snappy-examples

Proposed by John Lenton
Status: Merged
Merged at revision: 99
Proposed branch: lp:~chipaca/snappy-hub/snappy-examples-get-icons-again
Merge into: lp:~snappy-dev/snappy-hub/snappy-examples
Diff against target: 77 lines (+6/-6)
6 files modified
config-example-bash/meta/snap.yaml (+1/-1)
config-example/meta/snap.yaml (+1/-1)
go-example-webserver/meta/snap.yaml (+1/-1)
hello-world/meta/snap.yaml (+1/-1)
licensed/meta/snap.yaml (+1/-1)
python-xkcd-webserver/meta/snap.yaml (+1/-1)
To merge this branch: bzr merge lp:~chipaca/snappy-hub/snappy-examples-get-icons-again
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Review via email: mp+296336@code.launchpad.net

Description of the change

Put icons where they'll be icons.

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

!!!

review: Approve
98. By John Lenton

bump versions for modified snaps

Revision history for this message
Mark Shuttleworth (sabdfl) wrote :

Tests please.

<duck>

Revision history for this message
John Lenton (chipaca) wrote :

Good point. We're already getting hello-world in integration tests; we should check it looks right there.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'config-example-bash/meta/gui'
2=== renamed file 'config-example-bash/meta/icon.png' => 'config-example-bash/meta/gui/icon.png'
3=== modified file 'config-example-bash/meta/snap.yaml'
4--- config-example-bash/meta/snap.yaml 2016-03-04 11:26:40 +0000
5+++ config-example-bash/meta/snap.yaml 2016-06-02 15:02:33 +0000
6@@ -1,5 +1,5 @@
7 name: config-example-bash
8-version: 16.04-2
9+version: 16.04-3
10 summary: Configuration example
11 description: |
12 This is a simple example to how how to write a configure hook with bash.
13
14=== added directory 'config-example/meta/gui'
15=== renamed file 'config-example/meta/hello.png' => 'config-example/meta/gui/icon.png'
16=== modified file 'config-example/meta/snap.yaml'
17--- config-example/meta/snap.yaml 2016-03-04 11:26:40 +0000
18+++ config-example/meta/snap.yaml 2016-06-02 15:02:33 +0000
19@@ -1,5 +1,5 @@
20 name: config-example
21-version: 16.04-2
22+version: 16.04-3
23 summary: Configuration example
24 description: |
25 This is a simple example to how how to write a configure hook.
26
27=== added directory 'go-example-webserver/meta/gui'
28=== renamed file 'go-example-webserver/meta/icon.png' => 'go-example-webserver/meta/gui/icon.png'
29=== modified file 'go-example-webserver/meta/snap.yaml'
30--- go-example-webserver/meta/snap.yaml 2016-04-11 08:46:35 +0000
31+++ go-example-webserver/meta/snap.yaml 2016-06-02 15:02:33 +0000
32@@ -1,5 +1,5 @@
33 name: go-example-webserver
34-version: 16.04-4
35+version: 16.04-5
36 summary: Minimal Golang webserver for snappy
37 description: |
38 Mostly a example to show how to build a binary webserver for snappy.
39
40=== added directory 'hello-world/meta/gui'
41=== renamed file 'hello-world/meta/icon.png' => 'hello-world/meta/gui/icon.png'
42=== modified file 'hello-world/meta/snap.yaml'
43--- hello-world/meta/snap.yaml 2016-05-31 07:03:01 +0000
44+++ hello-world/meta/snap.yaml 2016-06-02 15:02:33 +0000
45@@ -1,5 +1,5 @@
46 name: hello-world
47-version: 6.1
48+version: 6.2
49 architectures: [ all ]
50 summary: The hello-world of snappy apps
51 description: This is a simple hello world example that includes a
52
53=== added directory 'licensed/meta/gui'
54=== renamed file 'licensed/meta/icon.png' => 'licensed/meta/gui/icon.png'
55=== modified file 'licensed/meta/snap.yaml'
56--- licensed/meta/snap.yaml 2016-03-04 11:26:40 +0000
57+++ licensed/meta/snap.yaml 2016-06-02 15:02:33 +0000
58@@ -1,5 +1,5 @@
59 name: licensed
60-version: 16.04-2
61+version: 16.04-3
62 summary: Licensed example
63 description: |
64 This is a simple example with a license that needs accepting.
65
66=== added directory 'python-xkcd-webserver/meta/gui'
67=== renamed file 'python-xkcd-webserver/meta/icon.png' => 'python-xkcd-webserver/meta/gui/icon.png'
68=== modified file 'python-xkcd-webserver/meta/snap.yaml'
69--- python-xkcd-webserver/meta/snap.yaml 2016-03-04 11:26:40 +0000
70+++ python-xkcd-webserver/meta/snap.yaml 2016-06-02 15:02:33 +0000
71@@ -1,5 +1,5 @@
72 name: xkcd-webserver
73-version: 16.04-2
74+version: 16.04-3
75 summary: Python based example webserver
76 description: |
77 Show random XKCD comic via a build-in webserver

Subscribers

People subscribed via source and target branches