summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-09 14:55:17 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-09 14:55:17 +0100
commitcf2a56ae4c9bb7e53c1f4e264822ebc6411c6736 (patch)
treec19c5eb8b33f0bcb1166a5fa97dd79197b32ddad
parenteae625ef8c986a2a50e169ae04875fcdb29ee5b6 (diff)
downloadwebsite-cf2a56ae4c9bb7e53c1f4e264822ebc6411c6736.tar.gz
mark 4.19 as "longterm"v2019-01-09-01
I don't think this really does much, but it might change the front page to provide a bit more of a hint. Also dropped some much older kernels from the list that were long end-of-life. 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 c60223d..4cb8600 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', '4.1', '3.18', '3.16', '3.10', '3.2')
+LONGTERM_KERNELS = ('4.19', '4.14', '4.9', '4.4', '3.16')
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', '4.16', '4.17',