summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-02 09:13:11 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-02 09:13:11 +0200
commitfed68bdcd9601b5a017b537c39d5c15b57a6bfab (patch)
treeb3f4df1a5cfb558f43c23d53449d32dfbe0993e8
parentf5846b834465589390be4bc1318ae5b8e6509277 (diff)
downloadwebsite-fed68bdcd9601b5a017b537c39d5c15b57a6bfab.tar.gz
Revert "remove the non-maintained kernels from the LONGTERM_KERNELS list"v2018-06-02-03
This reverts commit f5846b834465589390be4bc1318ae5b8e6509277 as it did bad things to the front page. It started showing that 4.14 was EOL when it wasn't :( 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 0454b03..cc436f5 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -25,7 +25,7 @@ import sys
sys.path.append('./')
from plugins import releases
-LONGTERM_KERNELS = ('4.14', '4.9', '4.4', '3.16')
+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')
if 'GIT_REPOS' in os.environ.keys():