From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:57058 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751818AbdETN1R (ORCPT ); Sat, 20 May 2017 09:27:17 -0400 Date: Sat, 20 May 2017 15:22:05 +0200 From: Greg Kroah-Hartman To: Konstantin Ryabitsev Cc: stable , linux-kernel@vger.kernel.org Subject: [PATCH kernel.org] 4.10 is now end-of-life Message-ID: <20170520132205.GA26989@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: stable-owner@vger.kernel.org List-ID: Properly mark 4.10 as being EOL on the website. Signed-off-by: Greg Kroah-Hartman 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']