Merge lp:~moon127/ubuntu-manpage-repository/deprecate-zesty into lp:~kirkland/ubuntu-manpage-repository/main

Proposed by Gareth Woolridge
Status: Merged
Merged at revision: 210
Proposed branch: lp:~moon127/ubuntu-manpage-repository/deprecate-zesty
Merge into: lp:~kirkland/ubuntu-manpage-repository/main
Diff against target: 36 lines (+2/-3)
3 files modified
bin/config (+1/-1)
cgi-bin/search.py (+1/-1)
www/functions.js (+0/-1)
To merge this branch: bzr merge lp:~moon127/ubuntu-manpage-repository/deprecate-zesty
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+336776@code.launchpad.net

Description of the change

Deprecate EOL release - zesty.

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 'bin/config'
2--- bin/config 2017-09-29 18:26:34 +0000
3+++ bin/config 2018-01-29 13:11:41 +0000
4@@ -8,6 +8,6 @@
5
6 SITE="http://manpages.ubuntu.com"
7
8-DISTROS="artful zesty xenial trusty precise"
9+DISTROS="artful xenial trusty precise"
10 REPOS="main restricted universe multiverse"
11 ARCH="amd64"
12
13=== modified file 'cgi-bin/search.py'
14--- cgi-bin/search.py 2017-09-29 18:26:34 +0000
15+++ cgi-bin/search.py 2018-01-29 13:11:41 +0000
16@@ -102,7 +102,7 @@
17 else:
18 lr = "en"
19
20-versions = dict(precise="12.04 LTS", trusty="14.04 LTS", xenial="16.04 LTS", zesty="17.04", artful="17.10")
21+versions = dict(precise="12.04 LTS", trusty="14.04 LTS", xenial="16.04 LTS", artful="17.10")
22 distros = versions.keys()
23 distros.sort()
24 title_html += "<br><table border=2 cellpadding=5 cellspacing=0><tr><td><table cellspacing=0 cellpadding=5><tr>"
25
26=== modified file 'www/functions.js'
27--- www/functions.js 2017-09-29 18:26:34 +0000
28+++ www/functions.js 2018-01-29 13:11:41 +0000
29@@ -96,7 +96,6 @@
30 versions.push({"name":"precise", "number":"12.04 LTS"});
31 versions.push({"name":"trusty", "number":"14.04 LTS"});
32 versions.push({"name":"xenial", "number":"16.04 LTS"});
33- versions.push({"name":"zesty", "number":"17.04"});
34 versions.push({"name":"artful", "number":"17.10"});
35 for (var i=0; i<versions.length; i++) {
36 if (location.href.match("\.html$")) {

Subscribers

People subscribed via source and target branches