[projects/pld-builder.new] - remove kernels 3.10 and 3.14, add 4.4

baggins baggins at pld-linux.org
Sun Apr 24 20:00:29 CEST 2016


commit a6f0664d6a58a7d4e8a2c3ecc6ff32fd97169887
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Apr 24 20:00:15 2016 +0200

    - remove kernels 3.10 and 3.14, add 4.4

 client/rebuild-kernel-packages.py | 48 +++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 24 deletions(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index 6715aa5..0afa714 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -9,30 +9,30 @@ import subprocess
 import sys
 
 packages = collections.OrderedDict([
-    ('crash',                                 ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('dahdi-linux',                           ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('igb',                                   ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('ipset',                                 ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('ixgbe',                                 ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('lin_tape',                              ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('linux-fusion',                          ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('lttng-modules',                         ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('nvidiabl',                              ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('r8168',                                 ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('rtl8812au',                             ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('spl',                                   ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('tpm_emulator',                          ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('VirtualBox',                            ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('vpb-driver',                            ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('wl',                                    ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('xorg-driver-video-fglrx',               ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('xorg-driver-video-nvidia',              ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('xorg-driver-video-nvidia-legacy-304xx', ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('xorg-driver-video-nvidia-legacy-340xx', ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('zfs',                                   ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('xtables-addons',                        ['head', '4.1', '3.18', '3.14', '3.10']),
-    ('e1000e',                                ['3.18', '3.14', '3.10']),
-    ('open-vm-tools',                         ['3.18', '3.14', '3.10']),
+    ('crash',                                 ['head', '4.4', '4.1', '3.18']),
+    ('dahdi-linux',                           ['head', '4.4', '4.1', '3.18']),
+    ('igb',                                   ['head', '4.4', '4.1', '3.18']),
+    ('ipset',                                 ['head', '4.4', '4.1', '3.18']),
+    ('ixgbe',                                 ['head', '4.4', '4.1', '3.18']),
+    ('lin_tape',                              ['head', '4.4', '4.1', '3.18']),
+    ('linux-fusion',                          ['head', '4.4', '4.1', '3.18']),
+    ('lttng-modules',                         ['head', '4.4', '4.1', '3.18']),
+    ('nvidiabl',                              ['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']),
+    ('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-fglrx',               ['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']),
+    ('zfs',                                   ['head', '4.4', '4.1', '3.18']),
+    ('xtables-addons',                        ['head', '4.4', '4.1', '3.18']),
+    ('e1000e',                                ['3.18']),
+    ('open-vm-tools',                         ['3.18']),
 ])
 
 def get_rpmdir():
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list