Merge lp:~dbungert/ubuntu-cdimage/canary-curtin into lp:ubuntu-cdimage

Proposed by Dan Bungert
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 1983
Merged at revision: 1983
Proposed branch: lp:~dbungert/ubuntu-cdimage/canary-curtin
Merge into: lp:ubuntu-cdimage
Diff against target: 13 lines (+3/-0)
1 file modified
lib/cdimage/germinate.py (+3/-0)
To merge this branch: bzr merge lp:~dbungert/ubuntu-cdimage/canary-curtin
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+410976@code.launchpad.net

Commit message

canary: use canary-ship-live

The canary image needs several new packages to keep curtin happy.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Since the seed is already in place, this looks sane. Let's get it merged.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/cdimage/germinate.py'
2--- lib/cdimage/germinate.py 2019-02-28 22:58:50 +0000
3+++ lib/cdimage/germinate.py 2021-10-28 20:45:48 +0000
4@@ -314,6 +314,9 @@
5 yield "ship-live-share"
6 elif project == "ubuntu-server" and series >= "bionic":
7 yield "server-ship-live"
8+ elif project == "ubuntu" and self.config["SUBPROJECT"] == "canary":
9+ # ubuntu-desktop-installer
10+ yield "canary-ship-live"
11 else:
12 yield "ship-live"
13 elif mode == "addon":

Subscribers

People subscribed via source and target branches