[projects/pld-builder.new] let's keep 4.19 for now, we can drop it later if rpm macros blow up again

baggins baggins at pld-linux.org
Sat Feb 15 10:39:29 CET 2020


commit 16a645549181cc06fef17168e7405f64acf53221
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Feb 15 10:36:14 2020 +0100

    let's keep 4.19 for now, we can drop it later if rpm macros blow up again
    
    Too many kernels means module build macros blow up and crash the build.

 client/rebuild-kernel-packages.py | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index 4606817..8ffa225 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -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']),
 ])
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list