[projects/pld-builder.new] EOL kernel 4.14

baggins baggins at pld-linux.org
Mon Dec 25 23:16:28 CET 2023


commit b0ee4f4c9f48bf7c5c5fc5e3a595a872239b3331
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Dec 25 23:16:04 2023 +0100

    EOL kernel 4.14

 client/rebuild-kernel-packages.py | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index f7a4594..c2518fd 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -11,26 +11,25 @@ import shlex
 import subprocess
 import sys
 
-supported_kernels = ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']
+supported_kernels = ['head', '6.1', '5.15', '5.10', '5.4', '4.19']
 
 packages = collections.OrderedDict([
-    ('crash',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('dahdi-linux',                           ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('ipset',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('linux-gpib',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('lttng-modules',                         ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('r8168',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('rtl8812au',                             ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('VirtualBox',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('wl',                                    ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('xorg-driver-video-nvidia',              ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('xorg-driver-video-nvidia-legacy-390xx', ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('zfs',                                   ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
+    ('crash',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('dahdi-linux',                           ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('ipset',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('linux-gpib',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('lttng-modules',                         ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('r8168',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('rtl8812au',                             ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('VirtualBox',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('wl',                                    ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('xorg-driver-video-nvidia',              ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('xorg-driver-video-nvidia-legacy-390xx', ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('zfs',                                   ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
     ('xtables-addons',                        ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
-    ('vpb-driver',                            ['6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('lin_tape',                              ['5.15', '5.10', '5.4', '4.19', '4.14']),
-    ('WireGuard',                             ['5.4', '4.19', '4.14']),
-    ('xtables-addons:XTADDONS_2',             ['4.14']),
+    ('vpb-driver',                            ['6.1', '5.15', '5.10', '5.4', '4.19']),
+    ('lin_tape',                              ['5.15', '5.10', '5.4', '4.19']),
+    ('WireGuard',                             ['5.4', '4.19']),
 ])
 
 def get_rpmdir():
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/b0ee4f4c9f48bf7c5c5fc5e3a595a872239b3331



More information about the pld-cvs-commit mailing list