summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-02 09:28:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-02 09:28:21 +0200
commitac843f1c8e74e677fc702e4e560f16ab73ef6277 (patch)
tree49d2858afc6e5041fe3bacf45e0bbbf9f641ef4c
parentfed68bdcd9601b5a017b537c39d5c15b57a6bfab (diff)
downloadwebsite-ac843f1c8e74e677fc702e4e560f16ab73ef6277.tar.gz
Roll back all of the EOL changes as something is still b0rkedv2018-06-02-04
4.14 is still showing up as EOL on the front page, so roll all of the version changes back to hopefully resolve this. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index cc436f5..5f4d468 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -26,7 +26,7 @@ sys.path.append('./')
from plugins import releases
LONGTERM_KERNELS = ('4.14', '4.9', '4.4', '4.1', '3.18', '3.16', '3.10', '3.2')
-EOL_KERNELS = ('3.2', '3.4', '3.10', '3.12', '3.14', '3.18', '3.19', '4.0', '4.1', '4.2', '4.3', '4.5', '4.6', '4.7', '4.8', '4.10', '4.11', '4.12', '4.13', '4.15')
+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', '4.13', '4.15')
if 'GIT_REPOS' in os.environ.keys():
GIT_REPOS = os.environ['GIT_REPOS']