Merge ~sylvain-pineau/checkbox-core-snap:remove_1.0_tags into checkbox-core-snap:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: d4048636a93552fd1fd1734d34b8a16c80fe2c25
Merged at revision: 2508e2adfc77376d5dd94435c0def38efcfc4f38
Proposed branch: ~sylvain-pineau/checkbox-core-snap:remove_1.0_tags
Merge into: checkbox-core-snap:master
Diff against target: 119 lines (+13/-13)
1 file modified
snap/snapcraft.yaml (+13/-13)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+365781@code.launchpad.net

Description of the change

remove 1.0 tags, bump version to 1.1

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
2index 3e566a8..7baa15a 100644
3--- a/snap/snapcraft.yaml
4+++ b/snap/snapcraft.yaml
5@@ -1,7 +1,7 @@
6 name: checkbox18
7 summary: Checkbox runtime and public providers
8 description: "Checkbox runtime and public providers"
9-version: '1.0'
10+version: '1.1'
11 grade: stable
12
13 base: core18
14@@ -54,7 +54,7 @@ parts:
15 ################################################################################
16 # Upstream: https://kernel.ubuntu.com/git/hwe/fwts.git/plain/snapcraft.yaml
17 fwts:
18- source-tag: "V19.03.00"
19+ source-tag: ""
20 source-depth: 1
21 plugin: autotools
22 source: git://kernel.ubuntu.com/hwe/fwts
23@@ -78,7 +78,7 @@ parts:
24 ################################################################################
25 # Upstream: https://kernel.ubuntu.com/git/cking/stress-ng.git/plain/snap/snapcraft.yaml
26 stress-ng:
27- source-tag: "V0.09.56"
28+ source-tag: ""
29 source-depth: 1
30 plugin: make
31 source: git://kernel.ubuntu.com/cking/stress-ng
32@@ -99,7 +99,7 @@ parts:
33 after: [plainbox-provider-checkbox]
34 ################################################################################
35 checkbox-support:
36- source-tag: "snap-2019-03-08T0906"
37+ source-tag: ""
38 source-depth: 1
39 plugin: python
40 source: git://git.launchpad.net/checkbox-support
41@@ -111,7 +111,7 @@ parts:
42 after: [fwts]
43 ################################################################################
44 checkbox-ng:
45- source-tag: "snap-2019-03-26T0942"
46+ source-tag: ""
47 source-depth: 1
48 plugin: python
49 source: git://git.launchpad.net/checkbox-ng
50@@ -127,7 +127,7 @@ parts:
51 - XlsxWriter
52 ################################################################################
53 plainbox-provider-resource:
54- source-tag: "snap-2019-03-08T0906"
55+ source-tag: ""
56 source-depth: 1
57 plugin: plainbox-provider
58 source: git://git.launchpad.net/plainbox-provider-resource
59@@ -151,7 +151,7 @@ parts:
60 after: [checkbox-support, checkbox-ng]
61 ################################################################################
62 plainbox-provider-checkbox:
63- source-tag: "snap-2019-03-08T0906"
64+ source-tag: ""
65 source-depth: 1
66 plugin: plainbox-provider
67 source: git://git.launchpad.net/plainbox-provider-checkbox
68@@ -203,7 +203,7 @@ parts:
69 after: [plainbox-provider-resource]
70 ################################################################################
71 plainbox-provider-snappy:
72- source-tag: "snap-2019-03-26T0942"
73+ source-tag: ""
74 source-depth: 1
75 plugin: plainbox-provider
76 source: git://git.launchpad.net/plainbox-provider-snappy
77@@ -228,7 +228,7 @@ parts:
78 after: [plainbox-provider-checkbox]
79 ################################################################################
80 plainbox-provider-ipdt:
81- source-tag: "snap-2019-03-26T0942"
82+ source-tag: ""
83 source-depth: 1
84 plugin: plainbox-provider
85 source: git://git.launchpad.net/plainbox-provider-ipdt
86@@ -238,21 +238,21 @@ parts:
87 after: [plainbox-provider-snappy]
88 ################################################################################
89 plainbox-provider-docker:
90- source-tag: "snap-2019-03-26T0942"
91+ source-tag: ""
92 source-depth: 1
93 plugin: plainbox-provider
94 source: git://git.launchpad.net/plainbox-provider-docker
95 after: [plainbox-provider-ipdt]
96 ################################################################################
97 plainbox-provider-tpm2:
98- source-tag: "snap-2019-03-08T0906"
99+ source-tag: ""
100 source-depth: 1
101 plugin: plainbox-provider
102 source: git://git.launchpad.net/plainbox-provider-tpm2
103 after: [plainbox-provider-docker]
104 ################################################################################
105 plainbox-provider-sru:
106- source-tag: "snap-2019-03-08T0906"
107+ source-tag: ""
108 source-depth: 1
109 plugin: plainbox-provider
110 source: git://git.launchpad.net/plainbox-provider-sru
111@@ -267,7 +267,7 @@ parts:
112 after: [plainbox-provider-sru]
113 ################################################################################
114 checkbox-provider-edgex:
115- source-tag: "snap-2019-03-08T0906"
116+ source-tag: ""
117 source-depth: 1
118 plugin: plainbox-provider
119 source: git://git.launchpad.net/checkbox-provider-edgex

Subscribers

People subscribed via source and target branches