[projects/pld-builder.new] re-add updated crash and dahdi kernel packages

baggins baggins at pld-linux.org
Mon Dec 25 11:23:20 CET 2023


commit 4ab5c5edbb4b4cf92c8005650a88bf4e05a944dc
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Dec 25 11:22:37 2023 +0100

    re-add updated crash and dahdi kernel packages

 client/rebuild-kernel-packages.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index 9429e27..4a7a05f 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -14,6 +14,8 @@ import sys
 supported_kernels = ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']
 
 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']),
@@ -25,12 +27,10 @@ packages = collections.OrderedDict([
     ('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']),
     ('xtables-addons',                        ['head', '6.1', '5.15', '5.10', '5.4', '4.19']),
-    ('xtables-addons:XTADDONS_2',             ['4.14']),
-    ('crash',                                 ['5.4', '4.19', '4.14']),
-    ('WireGuard',                             ['5.4', '4.19', '4.14']),
-    ('lin_tape',                              ['5.10', '5.4', '4.19', '4.14']),
-    ('dahdi-linux',                           ['6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
     ('vpb-driver',                            ['6.1', '5.15', '5.10', '5.4', '4.19', '4.14']),
+    ('lin_tape',                              ['5.10', '5.4', '4.19', '4.14']),
+    ('WireGuard',                             ['5.4', '4.19', '4.14']),
+    ('xtables-addons:XTADDONS_2',             ['4.14']),
 ])
 
 def get_rpmdir():
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list