]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- add 4.14 to the mix, move out lin_tape from head
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 30 Jan 2018 20:51:54 +0000 (21:51 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 30 Jan 2018 20:51:54 +0000 (21:51 +0100)
client/rebuild-kernel-packages.py

index d46d5dcee3dfc8096f0cbb8e060b86e14840066e..de9c3d7a0fffb63342cc6828a50875968d46c778 100755 (executable)
@@ -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']),
This page took 0.135244 seconds and 4 git commands to generate.