summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-26 10:42:49 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-26 10:42:49 +0800
commit0ab7fdb97d894bff8ff89a00c979653e5e827577 (patch)
tree30b1430ee0a10ed9dfd2903413efc5774e7d8fd3
parentbfdc77e46d95fd5e7cdc83408992680138acaf2f (diff)
downloadwebsite-0ab7fdb97d894bff8ff89a00c979653e5e827577.tar.gz
4.16 is now end-of-lifev2018-06-26-01
-rw-r--r--pelicanconf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 00a6a81..c4dae09 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -27,7 +27,8 @@ 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')
+ '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')
if 'GIT_REPOS' in os.environ.keys():
GIT_REPOS = os.environ['GIT_REPOS']