summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-21 09:53:59 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-21 09:53:59 +0100
commita5e54a91c94a04bdd4bfaf94c666eafb5dd39b3c (patch)
tree84b30ba41173f26f372b7d6f484551ed8a9f75e6
parent6261dd5e8606d412191e88a83e76a6095c53b69e (diff)
downloadwebsite-a5e54a91c94a04bdd4bfaf94c666eafb5dd39b3c.tar.gz
Mark 4.18 as end-of-lifev2018-11-21-01
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--pelicanconf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 83856b9..c60223d 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -28,7 +28,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.16', '4.17')
+ '4.10', '4.11', '4.12', '4.13', '4.15', '4.16', '4.17',
+ '4.18')
if 'GIT_REPOS' in os.environ.keys():
GIT_REPOS = os.environ['GIT_REPOS']