Merge ~cjwatson/launchpad-buildd:snap-core22 into launchpad-buildd:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: 200287b4cc012284d35e944e8ffcb00722ea0751
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/launchpad-buildd:snap-core22
Merge into: launchpad-buildd:master
Diff against target: 40 lines (+8/-2)
3 files modified
debian/changelog (+6/-0)
lpbuildd/target/build_charm.py (+1/-1)
lpbuildd/target/build_snap.py (+1/-1)
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Review via email: mp+407080@code.launchpad.net

Commit message

Add core22 to the list of supported core snap names

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 68db024..5668969 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+launchpad-buildd (200) UNRELEASED; urgency=medium
7+
8+ * Add core22 to the list of supported core snap names.
9+
10+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 13 Aug 2021 14:05:55 +0100
11+
12 launchpad-buildd (199) bionic; urgency=medium
13
14 * Upload oci layers to librarian as tar.gz
15diff --git a/lpbuildd/target/build_charm.py b/lpbuildd/target/build_charm.py
16index b2cb740..28f9d0b 100644
17--- a/lpbuildd/target/build_charm.py
18+++ b/lpbuildd/target/build_charm.py
19@@ -30,7 +30,7 @@ class BuildCharm(SnapBuildProxyOperationMixin, VCSOperationMixin,
20
21 description = "Build a charm."
22
23- core_snap_names = ["core", "core16", "core18", "core20"]
24+ core_snap_names = ["core", "core16", "core18", "core20", "core22"]
25
26 @classmethod
27 def add_arguments(cls, parser):
28diff --git a/lpbuildd/target/build_snap.py b/lpbuildd/target/build_snap.py
29index 8b08cfa..be9d655 100644
30--- a/lpbuildd/target/build_snap.py
31+++ b/lpbuildd/target/build_snap.py
32@@ -52,7 +52,7 @@ class BuildSnap(SnapBuildProxyOperationMixin, VCSOperationMixin,
33
34 description = "Build a snap."
35
36- core_snap_names = ["core", "core16", "core18", "core20"]
37+ core_snap_names = ["core", "core16", "core18", "core20", "core22"]
38
39 @classmethod
40 def add_arguments(cls, parser):

Subscribers

People subscribed via source and target branches