[projects/pld-builder.new] Disable building lin_tape on head, the changes in scsi layer are too big for this driver

baggins baggins at pld-linux.org
Fri Sep 10 22:00:07 CEST 2021


commit 5c2b8697c592001a0ad9b73ed9b33c69534b93ec
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Sep 10 21:59:25 2021 +0200

    Disable building lin_tape on head, the changes in scsi layer are too big for this driver

 client/rebuild-kernel-packages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index 7e8e720..b5a3333 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -16,7 +16,6 @@ supported_kernels = ['head', '5.10', '5.4', '4.19', '4.14', '4.9']
 packages = collections.OrderedDict([
     ('dahdi-linux',                           ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
     ('ipset',                                 ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
-    ('lin_tape',                              ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
     ('linux-gpib',                            ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
     ('lttng-modules',                         ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
     ('r8168',                                 ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
@@ -31,6 +30,7 @@ packages = collections.OrderedDict([
     ('xtables-addons:XTADDONS_2',             ['4.14', '4.9']),
     ('crash',                                 ['5.4', '4.19', '4.14', '4.9']),
     ('WireGuard',                             ['5.4', '4.19', '4.14', '4.9']),
+    ('lin_tape',                              ['5.10', '5.4', '4.19', '4.14', '4.9']),
 ])
 
 def get_rpmdir():
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list