[projects/pld-builder.new] - add 4.14 to the mix, move out lin_tape from head

baggins baggins at pld-linux.org
Tue Jan 30 21:52:17 CET 2018


commit e2579fe247a9b025307917a146f43de0bd8e2328
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Jan 30 21:51:54 2018 +0100

    - add 4.14 to the mix, move out lin_tape from head

 client/rebuild-kernel-packages.py | 40 +++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index d46d5dc..de9c3d7 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -9,26 +9,26 @@ import subprocess
 import sys
 
 packages = collections.OrderedDict([
-    ('crash',                                 ['head', '4.9', '4.4', '4.1']),
-    ('dahdi-linux',                           ['head', '4.9', '4.4', '4.1']),
-    ('ipset',                                 ['head', '4.9', '4.4', '4.1']),
-    ('lin_tape',                              ['head', '4.9', '4.4', '4.1']),
-    ('linux-gpib',                            ['head', '4.9', '4.4', '4.1']),
-    ('lttng-modules',                         ['head', '4.9', '4.4', '4.1']),
-    ('r8168',                                 ['head', '4.9', '4.4', '4.1']),
-    ('rtl8812au',                             ['head', '4.9', '4.4', '4.1']),
-    ('spl',                                   ['head', '4.9', '4.4', '4.1']),
-    ('sysdig',                                ['head', '4.9', '4.4', '4.1']),
-    ('tpm_emulator',                          ['head', '4.9', '4.4', '4.1']),
-    ('VirtualBox',                            ['head', '4.9', '4.4', '4.1']),
-    ('vpb-driver',                            ['head', '4.9', '4.4', '4.1']),
-    ('WireGuard',                             ['head', '4.9', '4.4', '4.1']),
-    ('wl',                                    ['head', '4.9', '4.4', '4.1']),
-    ('xorg-driver-video-nvidia',              ['head', '4.9', '4.4', '4.1']),
-    ('xorg-driver-video-nvidia-legacy-304xx', ['head', '4.9', '4.4', '4.1']),
-    ('xorg-driver-video-nvidia-legacy-340xx', ['head', '4.9', '4.4', '4.1']),
-    ('xtables-addons',                        ['head', '4.9', '4.4', '4.1']),
-    ('zfs',                                   ['head', '4.9', '4.4', '4.1']),
+    ('crash',                                 ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('dahdi-linux',                           ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('ipset',                                 ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('linux-gpib',                            ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('lttng-modules',                         ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('r8168',                                 ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('rtl8812au',                             ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('spl',                                   ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('sysdig',                                ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('tpm_emulator',                          ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('VirtualBox',                            ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('vpb-driver',                            ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('WireGuard',                             ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('wl',                                    ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('xorg-driver-video-nvidia',              ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('xorg-driver-video-nvidia-legacy-304xx', ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('xorg-driver-video-nvidia-legacy-340xx', ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('xtables-addons',                        ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('zfs',                                   ['head', '4.14',  '4.9', '4.4', '4.1']),
+    ('lin_tape',                              ['4.14', '4.9', '4.4', '4.1']),
     ('igb',                                   ['4.4', '4.1']),
     ('ixgbe',                                 ['4.4', '4.1']),
     ('nvidiabl',                              ['4.4', '4.1']),
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list