Merge lp://staging/~mwhudson/ubuntu-cdimage/live-server-bionic-seed into lp://staging/ubuntu-cdimage
Proposed by
Michael Hudson-Doyle
Status: | Merged |
---|---|
Merge reported by: | Steve Langasek |
Merged at revision: | not available |
Proposed branch: | lp://staging/~mwhudson/ubuntu-cdimage/live-server-bionic-seed |
Merge into: | lp://staging/ubuntu-cdimage |
Diff against target: |
12 lines (+1/-1) 1 file modified
lib/cdimage/germinate.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~mwhudson/ubuntu-cdimage/live-server-bionic-seed |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu CD Image Team | Pending | ||
Review via email: mp+361038@code.staging.launchpad.net |
Description of the change
To post a comment you must log in.
This MP wasn't merged but the current code is:
elif project == "ubuntu-server" and series >= "bionic":
yield "server-ship-live"
so it's the same thing.