Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1646120

[PATCH kernel.org] 4.10 is now end-of-life

From Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject [PATCH kernel.org] 4.10 is now end-of-life
Date 2017-05-20 15:30 +0200
Message-ID <tJcCe-20L-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Properly mark 4.10 as being EOL on the website.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

diff --git a/pelicanconf.py b/pelicanconf.py
index d0ec28210bc9..dbfe46b637bb 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -26,7 +26,7 @@ sys.path.append('./')
 from plugins import releases
 
 LONGTERM_KERNELS = ('4.9', '4.4', '4.1', '3.18', '3.16', '3.14', '3.12', '3.10', '3.4', '3.2')
-EOL_KERNELS = ('3.12', '3.14', '3.18', '3.19', '4.0', '4.2', '4.3', '4.5', '4.6', '4.7', '4.8')
+EOL_KERNELS = ('3.12', '3.14', '3.18', '3.19', '4.0', '4.2', '4.3', '4.5', '4.6', '4.7', '4.8', '4.10')
 
 if 'GIT_REPOS' in os.environ.keys():
     GIT_REPOS = os.environ['GIT_REPOS']

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH kernel.org] 4.10 is now end-of-life Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-05-20 15:30 +0200

csiph-web