]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- remove kernel 4.14 from the mix, does not build with gcc 11+
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 30 Jun 2021 21:22:35 +0000 (23:22 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 30 Jun 2021 21:23:18 +0000 (23:23 +0200)
client/rebuild-kernel-packages.py

index 7e8e720622424c0e5cc5959da8b73eaecdebcd30..b588d97fd34a30cede02c3d8d4d63bd37756e47d 100755 (executable)
@@ -11,26 +11,26 @@ import shlex
 import subprocess
 import sys
 
-supported_kernels = ['head', '5.10', '5.4', '4.19', '4.14', '4.9']
+supported_kernels = ['head', '5.10', '5.4', '4.19', '4.9']
 
 packages = collections.OrderedDict([
-    ('dahdi-linux',                           ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('ipset',                                 ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('lin_tape',                              ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('linux-gpib',                            ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('lttng-modules',                         ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('r8168',                                 ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('rtl8812au',                             ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('VirtualBox',                            ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('vpb-driver',                            ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('wl',                                    ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('xorg-driver-video-nvidia',              ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('xorg-driver-video-nvidia-legacy-390xx', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('zfs',                                   ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('dahdi-linux',                           ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('ipset',                                 ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('lin_tape',                              ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('linux-gpib',                            ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('lttng-modules',                         ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('r8168',                                 ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('rtl8812au',                             ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('VirtualBox',                            ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('vpb-driver',                            ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('wl',                                    ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('xorg-driver-video-nvidia',              ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('xorg-driver-video-nvidia-legacy-390xx', ['head', '5.10', '5.4', '4.19', '4.9']),
+    ('zfs',                                   ['head', '5.10', '5.4', '4.19', '4.9']),
     ('xtables-addons',                        ['head', '5.10', '5.4', '4.19']),
-    ('xtables-addons:XTADDONS_2',             ['4.14', '4.9']),
-    ('crash',                                 ['5.4', '4.19', '4.14', '4.9']),
-    ('WireGuard',                             ['5.4', '4.19', '4.14', '4.9']),
+    ('xtables-addons:XTADDONS_2',             ['4.9']),
+    ('crash',                                 ['5.4', '4.19', '4.9']),
+    ('WireGuard',                             ['5.4', '4.19', '4.9']),
 ])
 
 def get_rpmdir():
This page took 0.198582 seconds and 4 git commands to generate.