Merge lp:~vorlon/ubuntu-archive-publishing/xenial-support into lp:ubuntu-archive-publishing

Proposed by Steve Langasek
Status: Merged
Merged at revision: 75
Proposed branch: lp:~vorlon/ubuntu-archive-publishing/xenial-support
Merge into: lp:ubuntu-archive-publishing
Diff against target: 28 lines (+3/-1)
1 file modified
scripts/maintenance-check.py (+3/-1)
To merge this branch: bzr merge lp:~vorlon/ubuntu-archive-publishing/xenial-support
Reviewer Review Type Date Requested Status
Adam Conrad (community) Approve
Review via email: mp+284341@code.launchpad.net

Description of the change

Update our scripts to declare proper support timelines for the next LTS (Xenial)

To post a comment you must log in.
Revision history for this message
Adam Conrad (adconrad) wrote :

LGTM. The Xenial = Trusty assertion may prove incorrect after polling the flavours, but it works for now.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/maintenance-check.py'
2--- scripts/maintenance-check.py 2014-06-30 01:11:46 +0000
3+++ scripts/maintenance-check.py 2016-01-28 20:03:47 +0000
4@@ -22,6 +22,8 @@
5 PRIMARY_ARCHES = [
6 "i386",
7 "amd64",
8+ "ppc64el",
9+ "s390x",
10 ]
11
12 # architectures we support (but not for LTS time)
13@@ -29,7 +31,6 @@
14 "armel",
15 "armhf",
16 "arm64",
17- "ppc64el",
18 ]
19
20 # what defines the seeds is documented in wiki.ubuntu.com/SeedManagement
21@@ -163,6 +164,7 @@
22 "lubuntu",
23 ]
24
25+XenialUbuntuMaintenance = TrustyUbuntuMaintenance
26
27 # Names of the distribution releases that are not supported by this
28 # tool. All later versions are supported.

Subscribers

People subscribed via source and target branches