summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-19 09:53:41 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-19 09:53:41 +0200
commit7f4c593b554a938c330bb5ea80ad957405e681c2 (patch)
treed5ec192bc7884fe09896acec184034f84d7e90b7
parenta52da1240250a485d771ddc3cbdfd64350f7a5cd (diff)
downloadwebsite-7f4c593b554a938c330bb5ea80ad957405e681c2.tar.gz
Mark 4.15 as EOLv2018-04-19-01
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 f44d6c1..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.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')
+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']