[projects/pld-builder.new] Add 6.18 longterm to module build list
baggins
baggins at pld-linux.org
Sun Feb 15 23:17:23 CET 2026
commit ef8e7d4d8dc384f156367c36c02f0a56552f7406
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Feb 15 23:16:50 2026 +0100
Add 6.18 longterm to module build list
client/rebuild-kernel-packages.py | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index e5338be..69bd228 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -11,20 +11,20 @@ import shlex
import subprocess
import sys
-supported_kernels = ['head', '6.12', '6.6', '6.1', '5.15', '5.10']
+supported_kernels = ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']
packages = collections.OrderedDict([
- ('VirtualBox', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
- ('crash', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
- ('dahdi-linux', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
- ('lin_tape', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
- ('lttng-modules', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
- ('r8168', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
- ('wl', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
- ('xorg-driver-video-nvidia', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
- ('xorg-driver-video-nvidia-legacy-390xx', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
- ('xtables-addons', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
- ('zfs', ['head', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('VirtualBox', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('crash', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('dahdi-linux', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('lin_tape', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('lttng-modules', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('r8168', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('wl', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('xorg-driver-video-nvidia', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('xorg-driver-video-nvidia-legacy-390xx', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('xtables-addons', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
+ ('zfs', ['head', '6.18', '6.12', '6.6', '6.1', '5.15', '5.10']),
('rtl8812au', ['6.12', '6.6', '6.1', '5.15', '5.10']),
('linux-gpib', ['6.6', '6.1', '5.15', '5.10']),
('vpb-driver', ['6.1', '5.15', '5.10']),
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/ef8e7d4d8dc384f156367c36c02f0a56552f7406
More information about the pld-cvs-commit
mailing list