Merge lp:~xnox/debian-cd/classic-server into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 2050
Merged at revision: 2054
Proposed branch: lp:~xnox/debian-cd/classic-server
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 16 lines (+5/-1)
1 file modified
Makefile (+5/-1)
To merge this branch: bzr merge lp:~xnox/debian-cd/classic-server
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+382195@code.launchpad.net

Commit message

Rename server to legacy-server for focal

Description of the change

Rename server to legacy-server for focal

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

Ok, looks good. I assume on GG we anyway drop d-i images straight away so we don't have to worry about anything focal+.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2019-10-16 12:28:26 +0000
3+++ Makefile 2020-04-15 09:08:52 +0000
4@@ -213,7 +213,11 @@
5 CDBASE = $(CODENAME)-install-$(FULLARCH)
6 else
7 ifeq ($(PROJECT),ubuntu-server)
8- CDBASE = $(CODENAME)-server-$(FULLARCH)
9+ ifeq ($(CODENAME),focal)
10+ CDBASE = $(CODENAME)-legacy-server-$(FULLARCH)
11+ else
12+ CDBASE = $(CODENAME)-server-$(FULLARCH)
13+ endif
14 else
15 ifeq ($(PROJECT),jeos)
16 CDBASE = $(CODENAME)-jeos-$(FULLARCH)

Subscribers

People subscribed via source and target branches