]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
let's keep 4.19 for now, we can drop it later if rpm macros blow up again
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 15 Feb 2020 09:36:14 +0000 (10:36 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 15 Feb 2020 09:36:14 +0000 (10:36 +0100)
Too many kernels means module build macros blow up and crash the build.

client/rebuild-kernel-packages.py

index 460681714367cdcda048dfbc1472ab9855f431dd..8ffa2257849361b2f57d28842d1a6361b71fd9d0 100755 (executable)
@@ -8,27 +8,27 @@ import shlex
 import subprocess
 import sys
 
-supported_kernels = ['head', '5.4', '4.14', '4.9']
+supported_kernels = ['head', '5.4', '4.19', '4.14', '4.9']
 
 packages = collections.OrderedDict([
-    ('crash',                                 ['head', '5.4', '4.14', '4.9']),
-    ('dahdi-linux',                           ['head', '5.4', '4.14', '4.9']),
-    ('ipset',                                 ['head', '5.4', '4.14', '4.9']),
-    ('lin_tape',                              ['head', '5.4', '4.14', '4.9']),
-    ('linux-gpib',                            ['head', '5.4', '4.14', '4.9']),
-    ('lttng-modules',                         ['head', '5.4', '4.14', '4.9']),
-    ('r8168',                                 ['head', '5.4', '4.14', '4.9']),
-    ('rtl8812au',                             ['head', '5.4', '4.14', '4.9']),
-    ('sysdig',                                ['head', '5.4', '4.14', '4.9']),
-    ('VirtualBox',                            ['head', '5.4', '4.14', '4.9']),
-    ('vpb-driver',                            ['head', '5.4', '4.14', '4.9']),
-    ('WireGuard',                             ['head', '5.4', '4.14', '4.9']),
-    ('wl',                                    ['head', '5.4', '4.14', '4.9']),
-    ('xorg-driver-video-nvidia',              ['head', '5.4', '4.14', '4.9']),
-    ('xorg-driver-video-nvidia-legacy-340xx', ['head', '5.4', '4.14', '4.9']),
-    ('xorg-driver-video-nvidia-legacy-390xx', ['head', '5.4', '4.14', '4.9']),
-    ('zfs',                                   ['head', '5.4', '4.14', '4.9']),
-    ('xtables-addons',                        ['head', '5.4']),
+    ('crash',                                 ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('dahdi-linux',                           ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('ipset',                                 ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('lin_tape',                              ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('linux-gpib',                            ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('lttng-modules',                         ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('r8168',                                 ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('rtl8812au',                             ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('sysdig',                                ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('VirtualBox',                            ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('vpb-driver',                            ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('WireGuard',                             ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('wl',                                    ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('xorg-driver-video-nvidia',              ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('xorg-driver-video-nvidia-legacy-340xx', ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('xorg-driver-video-nvidia-legacy-390xx', ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('zfs',                                   ['head', '5.4', '4.19', '4.14', '4.9']),
+    ('xtables-addons',                        ['head', '5.4', '4.19']),
     ('xtables-addons:XTADDONS_2',             ['4.14', '4.9']),
 ])
 
This page took 0.07024 seconds and 4 git commands to generate.