[projects/pld-builder.new] remove 4.9 from LTS mix

baggins baggins at pld-linux.org
Sat Feb 25 15:04:58 CET 2023


commit c47a4507fc6c1b06658ccb4f86977ea581c4abb9
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Feb 25 15:04:45 2023 +0100

    remove 4.9 from LTS mix

 client/rebuild-kernel-packages.py | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index 3f79e15..323f954 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -11,26 +11,26 @@ import shlex
 import subprocess
 import sys
 
-supported_kernels = ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']
+supported_kernels = ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14']
 
 packages = collections.OrderedDict([
-    ('dahdi-linux',                           ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('ipset',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('linux-gpib',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('lttng-modules',                         ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('r8168',                                 ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('rtl8812au',                             ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('VirtualBox',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('vpb-driver',                            ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('wl',                                    ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('xorg-driver-video-nvidia',              ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('xorg-driver-video-nvidia-legacy-390xx', ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('zfs',                                   ['head', '6.1', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('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']),
+    ('vpb-driver',                            ['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']),
     ('xtables-addons',                        ['head', '6.1', '5.15', '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']),
-    ('lin_tape',                              ['5.10', '5.4', '4.19', '4.14', '4.9']),
+    ('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']),
 ])
 
 def get_rpmdir():
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list