← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~xnox/launchpad-buildd/core20 into lp:launchpad-buildd

 

Dimitri John Ledkov has proposed merging lp:~xnox/launchpad-buildd/core20 into lp:launchpad-buildd.

Commit message:
Add core20 to the list of supported core_snap_names. LP: #1849687

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #1849687 in launchpad-buildd: "please allow pulling core20 base, when asked"
  https://bugs.launchpad.net/launchpad-buildd/+bug/1849687

For more details, see:
https://code.launchpad.net/~xnox/launchpad-buildd/core20/+merge/374676

Add core20 to the list of supported core_snap_names. LP: #1849687
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~xnox/launchpad-buildd/core20 into lp:launchpad-buildd.
=== modified file 'debian/changelog'
--- debian/changelog	2019-10-02 12:10:48 +0000
+++ debian/changelog	2019-10-24 16:05:27 +0000
@@ -1,3 +1,9 @@
+launchpad-buildd (179) UNRELEASED; urgency=medium
+
+  * Add core20 to the list of supported core_snap_names. LP: #1849687
+
+ -- Dimitri John Ledkov <xnox@xxxxxxxxxx>  Thu, 24 Oct 2019 17:02:49 +0100
+
 launchpad-buildd (178) xenial; urgency=medium
 
   * Accept an "extra_snaps" entry in livefs arguments, which is passed to

=== modified file 'lpbuildd/target/build_snap.py'
--- lpbuildd/target/build_snap.py	2019-06-05 14:10:20 +0000
+++ lpbuildd/target/build_snap.py	2019-10-24 16:05:27 +0000
@@ -52,7 +52,7 @@
 
     description = "Build a snap."
 
-    core_snap_names = ["core", "core16", "core18"]
+    core_snap_names = ["core", "core16", "core18", "core20"]
 
     @classmethod
     def add_arguments(cls, parser):