]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
lin_tape is back on head
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 7 Apr 2018 23:25:18 +0000 (01:25 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 7 Apr 2018 23:25:38 +0000 (01:25 +0200)
client/rebuild-kernel-packages.py

index 899b7f5f6e3bbd9360762a149a92b6f33f69595d..d991d5477a378be90a8348e1e685b8e2592cfbe8 100755 (executable)
@@ -9,26 +9,26 @@ import subprocess
 import sys
 
 packages = collections.OrderedDict([
-    ('crash',                                 ['head', '4.14',  '4.9', '4.4']),
-    ('dahdi-linux',                           ['head', '4.14',  '4.9', '4.4']),
-    ('ipset',                                 ['head', '4.14',  '4.9', '4.4']),
-    ('linux-gpib',                            ['head', '4.14',  '4.9', '4.4']),
-    ('lttng-modules',                         ['head', '4.14',  '4.9', '4.4']),
-    ('r8168',                                 ['head', '4.14',  '4.9', '4.4']),
-    ('rtl8812au',                             ['head', '4.14',  '4.9', '4.4']),
-    ('spl',                                   ['head', '4.14',  '4.9', '4.4']),
-    ('sysdig',                                ['head', '4.14',  '4.9', '4.4']),
-    ('tpm_emulator',                          ['head', '4.14',  '4.9', '4.4']),
-    ('VirtualBox',                            ['head', '4.14',  '4.9', '4.4']),
-    ('vpb-driver',                            ['head', '4.14',  '4.9', '4.4']),
-    ('WireGuard',                             ['head', '4.14',  '4.9', '4.4']),
-    ('wl',                                    ['head', '4.14',  '4.9', '4.4']),
-    ('xorg-driver-video-nvidia',              ['head', '4.14',  '4.9', '4.4']),
-    ('xorg-driver-video-nvidia-legacy-304xx', ['head', '4.14',  '4.9', '4.4']),
-    ('xorg-driver-video-nvidia-legacy-340xx', ['head', '4.14',  '4.9', '4.4']),
-    ('xtables-addons',                        ['head', '4.14',  '4.9', '4.4']),
-    ('zfs',                                   ['head', '4.14',  '4.9', '4.4']),
-    ('lin_tape',                              ['4.14', '4.9', '4.4']),
+    ('crash',                                 ['head', '4.14', '4.9', '4.4']),
+    ('dahdi-linux',                           ['head', '4.14', '4.9', '4.4']),
+    ('ipset',                                 ['head', '4.14', '4.9', '4.4']),
+    ('lin_tape',                              ['head', '4.14', '4.9', '4.4']),
+    ('linux-gpib',                            ['head', '4.14', '4.9', '4.4']),
+    ('lttng-modules',                         ['head', '4.14', '4.9', '4.4']),
+    ('r8168',                                 ['head', '4.14', '4.9', '4.4']),
+    ('rtl8812au',                             ['head', '4.14', '4.9', '4.4']),
+    ('spl',                                   ['head', '4.14', '4.9', '4.4']),
+    ('sysdig',                                ['head', '4.14', '4.9', '4.4']),
+    ('tpm_emulator',                          ['head', '4.14', '4.9', '4.4']),
+    ('VirtualBox',                            ['head', '4.14', '4.9', '4.4']),
+    ('vpb-driver',                            ['head', '4.14', '4.9', '4.4']),
+    ('WireGuard',                             ['head', '4.14', '4.9', '4.4']),
+    ('wl',                                    ['head', '4.14', '4.9', '4.4']),
+    ('xorg-driver-video-nvidia',              ['head', '4.14', '4.9', '4.4']),
+    ('xorg-driver-video-nvidia-legacy-304xx', ['head', '4.14', '4.9', '4.4']),
+    ('xorg-driver-video-nvidia-legacy-340xx', ['head', '4.14', '4.9', '4.4']),
+    ('xtables-addons',                        ['head', '4.14', '4.9', '4.4']),
+    ('zfs',                                   ['head', '4.14', '4.9', '4.4']),
     ('igb',                                   ['4.4']),
     ('ixgbe',                                 ['4.4']),
     ('nvidiabl',                              ['4.4']),
This page took 0.333861 seconds and 4 git commands to generate.