Merge lp:~xnox/ubuntu-archive-tools/publish-legacy into lp:ubuntu-archive-tools

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 1307
Merged at revision: 1309
Proposed branch: lp:~xnox/ubuntu-archive-tools/publish-legacy
Merge into: lp:ubuntu-archive-tools
Diff against target: 22 lines (+5/-0)
1 file modified
publish-image-set (+5/-0)
To merge this branch: bzr merge lp:~xnox/ubuntu-archive-tools/publish-legacy
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+382288@code.launchpad.net

Commit message

Add legacy-server

Description of the change

Add legacy-server

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

hm, was wondering in the other MP already: any reason why for legacy-server we switch the project to ubuntu-server? I think for all the other server images we just stick to project = 'ubuntu' and type either 'server', 'live-server' or 'preinstalled-server'.
I suspect there's a real legit reason for this change of behavior?

review: Needs Information
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

We do not wish to publish legacy & live server images in the same path on
cdimage for ports. We want legacy images to be in a new prefix. Ubuntu
project will only have live, and ubuntu-server will only have legacy.

http://cdimage.ubuntu.com/releases/19.10/release/ is very confusing as it
makes it seem that all of them are equally supported.

On Wed, 15 Apr 2020, 19:10 Łukasz Zemczak, <email address hidden>
wrote:

> Review: Needs Information
>
> hm, was wondering in the other MP already: any reason why for
> legacy-server we switch the project to ubuntu-server? I think for all the
> other server images we just stick to project = 'ubuntu' and type either
> 'server', 'live-server' or 'preinstalled-server'.
> I suspect there's a real legit reason for this change of behavior?
> --
>
> https://code.launchpad.net/~xnox/ubuntu-archive-tools/publish-legacy/+merge/382288
> You are the owner of lp:~xnox/ubuntu-archive-tools/publish-legacy.
>

Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Ok, thanks for the explanation!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'publish-image-set'
2--- publish-image-set 2020-04-03 11:49:27 +0000
3+++ publish-image-set 2020-04-15 10:50:34 +0000
4@@ -67,6 +67,7 @@
5 'mobile': 'daily-live',
6 'active': 'daily-live',
7 'server': 'daily',
8+ 'legacy-server': 'daily',
9 'base': 'daily',
10 'wubi': 'wubi',
11 'preinstalled-desktop': 'daily-preinstalled',
12@@ -180,6 +181,10 @@
13 project = 'ubuntu'
14 if 'Preinstalled' in product:
15 type = 'preinstalled-%s' % type
16+ if (ms.series_string == u'Focal' and
17+ project == 'ubuntu' and type == 'server'):
18+ project = 'ubuntu-server'
19+ type = 'legacy-server'
20 if project == 'kubuntu' and type == 'mobile':
21 project = 'kubuntu-mobile'
22 if project == 'kubuntu' and type == 'active':

Subscribers

People subscribed via source and target branches