]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Disable building lin_tape on head, the changes in scsi layer are too big for this...
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 10 Sep 2021 19:59:25 +0000 (21:59 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 10 Sep 2021 19:59:25 +0000 (21:59 +0200)
client/rebuild-kernel-packages.py

index 7e8e720622424c0e5cc5959da8b73eaecdebcd30..b5a33334f6cc6a7e76763265cd209e5309129e2f 100755 (executable)
@@ -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():
This page took 0.259682 seconds and 4 git commands to generate.