]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
goodbye linux 3.18, welcome linux 4.9
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Mar 2017 17:30:42 +0000 (19:30 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Mar 2017 17:30:42 +0000 (19:30 +0200)
client/rebuild-kernel-packages.py

index 321e60e1513855dba5830fb2b45a3699d8406206..78753936c885c57226875f8af6fce65abb7f0fe3 100755 (executable)
@@ -9,28 +9,28 @@ import subprocess
 import sys
 
 packages = collections.OrderedDict([
-    ('crash',                                 ['head', '4.4', '4.1', '3.18']),
-    ('dahdi-linux',                           ['head', '4.4', '4.1', '3.18']),
-    ('ipset',                                 ['head', '4.4', '4.1', '3.18']),
-    ('lin_tape',                              ['head', '4.4', '4.1', '3.18']),
-    ('linux-gpib',                            ['head', '4.4', '4.1', '3.18']),
-    ('lttng-modules',                         ['head', '4.4', '4.1', '3.18']),
-    ('r8168',                                 ['head', '4.4', '4.1', '3.18']),
-    ('rtl8812au',                             ['head', '4.4', '4.1', '3.18']),
-    ('spl',                                   ['head', '4.4', '4.1', '3.18']),
-    ('sysdig',                                ['head', '4.4', '4.1', '3.18']),
-    ('tpm_emulator',                          ['head', '4.4', '4.1', '3.18']),
-    ('VirtualBox',                            ['head', '4.4', '4.1', '3.18']),
-    ('vpb-driver',                            ['head', '4.4', '4.1', '3.18']),
-    ('wl',                                    ['head', '4.4', '4.1', '3.18']),
-    ('xorg-driver-video-nvidia',              ['head', '4.4', '4.1', '3.18']),
-    ('xorg-driver-video-nvidia-legacy-304xx', ['head', '4.4', '4.1', '3.18']),
-    ('xorg-driver-video-nvidia-legacy-340xx', ['head', '4.4', '4.1', '3.18']),
-    ('xtables-addons',                        ['head', '4.4', '4.1', '3.18']),
-    ('zfs',                                   ['head', '4.4', '4.1', '3.18']),
-    ('igb',                                   ['4.4', '4.1', '3.18']),
-    ('ixgbe',                                 ['4.4', '4.1', '3.18']),
-    ('nvidiabl',                              ['4.4', '4.1', '3.18']),
+    ('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']),
+    ('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']),
+    ('igb',                                   ['4.4', '4.1']),
+    ('ixgbe',                                 ['4.4', '4.1']),
+    ('nvidiabl',                              ['4.4', '4.1']),
 ])
 
 def get_rpmdir():
This page took 0.240729 seconds and 4 git commands to generate.