Merge lp:~tsimonq2/ubuntu-cdimage/different-ship-live-names-lubuntu into lp:ubuntu-cdimage

Proposed by Simon Quigley
Status: Merged
Merged at revision: 1671
Proposed branch: lp:~tsimonq2/ubuntu-cdimage/different-ship-live-names-lubuntu
Merge into: lp:ubuntu-cdimage
Diff against target: 14 lines (+4/-0)
1 file modified
lib/cdimage/germinate.py (+4/-0)
To merge this branch: bzr merge lp:~tsimonq2/ubuntu-cdimage/different-ship-live-names-lubuntu
Reviewer Review Type Date Requested Status
Ubuntu CD Image Team Pending
Review via email: mp+328182@code.launchpad.net

Description of the change

This attempts to fix bug 1633913 by yielding the correct ship-live seed names for Lubuntu and Lubuntu Next.

Thanks to gilir for the pointer!

To post a comment you must log in.

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 2017-05-24 21:25:51 +0000
3+++ lib/cdimage/germinate.py 2017-07-27 17:54:46 +0000
4@@ -361,6 +361,10 @@
5 elif mode == "ship-live":
6 if project == "kubuntu-active":
7 yield "ship-active-live"
8+ elif project == "lubuntu" and series >= "artful":
9+ yield "ship-live-gtk"
10+ elif project == "lubuntu-next" and series >= "artful":
11+ yield "ship-live-qt"
12 else:
13 if series >= "dapper":
14 yield "ship-live"

Subscribers

People subscribed via source and target branches