]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
EOL kernel 4.14
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 25 Dec 2023 22:16:04 +0000 (23:16 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 25 Dec 2023 22:16:04 +0000 (23:16 +0100)
client/rebuild-kernel-packages.py

index f7a45944f62aca8746630a4a09d6ed1fd8492af2..c2518fd0e9dcff7a67fe21183164f5e2fab70e82 100755 (executable)
@@ -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():
This page took 0.233452 seconds and 4 git commands to generate.