[projects/pld-builder.new] - add 5.4 to kernel packages
baggins
baggins at pld-linux.org
Sat Feb 8 11:40:05 CET 2020
commit 30e84e95bac9d096b7fe656f63bf08514a1c9c71
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Feb 8 11:38:07 2020 +0100
- add 5.4 to kernel packages
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 4083841..36460ec 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', 'nopae', '4.19', '4.14', '4.9', '4.4']
+supported_kernels = ['head', 'nopae', '5.4', '4.19', '4.14', '4.9', '4.4']
packages = collections.OrderedDict([
- ('crash', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('dahdi-linux', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('ipset', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('lin_tape', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('linux-gpib', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('lttng-modules', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('r8168', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('rtl8812au', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('sysdig', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('VirtualBox', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('vpb-driver', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('WireGuard', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('wl', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('xorg-driver-video-nvidia', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('xorg-driver-video-nvidia-legacy-340xx', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('xorg-driver-video-nvidia-legacy-390xx', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('zfs', ['head', '4.19', '4.14', '4.9', '4.4']),
- ('xtables-addons', ['head', '4.19']),
+ ('crash', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('dahdi-linux', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('ipset', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('lin_tape', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('linux-gpib', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('lttng-modules', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('r8168', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('rtl8812au', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('sysdig', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('VirtualBox', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('vpb-driver', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('WireGuard', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('wl', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('xorg-driver-video-nvidia', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('xorg-driver-video-nvidia-legacy-340xx', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('xorg-driver-video-nvidia-legacy-390xx', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('zfs', ['head', '5.4', '4.19', '4.14', '4.9', '4.4']),
+ ('xtables-addons', ['head', '5.4', '4.19']),
('xtables-addons:XTADDONS_2', ['4.14', '4.9', '4.4']),
('igb', ['4.4']),
('ixgbe', ['4.4']),
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/30e84e95bac9d096b7fe656f63bf08514a1c9c71
More information about the pld-cvs-commit
mailing list