summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-05 08:14:14 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-05 08:14:14 +0100
commita37e149052dd9fdddddff2a11f8cd00d8d9a3aac (patch)
tree9f4b5aa7841b239430af1797cf6464ee9086cddb
parent850a084fea254fc6e0d8c1621e802920fbe20dc5 (diff)
downloadwebsite-a37e149052dd9fdddddff2a11f8cd00d8d9a3aac.tar.gz
3.10 is now EOL so mark it as suchv2017-11-05-01
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--content/releases.rst1
-rw-r--r--pelicanconf.py4
2 files changed, 2 insertions, 3 deletions
diff --git a/content/releases.rst b/content/releases.rst
index 43044c2..8783dee 100644
--- a/content/releases.rst
+++ b/content/releases.rst
@@ -44,7 +44,6 @@ Longterm
4.4 Greg Kroah-Hartman 2016-01-10 Feb, 2022
4.1 Sasha Levin 2015-06-21 May, 2018
3.16 Ben Hutchings 2014-08-03 Apr, 2020
- 3.10 Willy Tarreau 2013-06-30 Oct, 2017
3.2 Ben Hutchings 2012-01-04 May, 2018
======== ==================== ============ ==================
diff --git a/pelicanconf.py b/pelicanconf.py
index cb01af3..65e17e5 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -25,8 +25,8 @@ import sys
sys.path.append('./')
from plugins import releases
-LONGTERM_KERNELS = ('4.9', '4.4', '4.1', '3.18', '3.16', '3.14', '3.12', '3.10', '3.2')
-EOL_KERNELS = ('3.4', '3.12', '3.14', '3.18', '3.19', '4.0', '4.2', '4.3', '4.5', '4.6', '4.7', '4.8', '4.10', '4.11', '4.12')
+LONGTERM_KERNELS = ('4.9', '4.4', '4.1', '3.18', '3.16', '3.2')
+EOL_KERNELS = ('3.4', '3.10', '3.12', '3.14', '3.18', '3.19', '4.0', '4.2', '4.3', '4.5', '4.6', '4.7', '4.8', '4.10', '4.11', '4.12')
if 'GIT_REPOS' in os.environ.keys():
GIT_REPOS = os.environ['GIT_REPOS']