[projects/pld-builder.new] Add 5.15 to supported kernels

baggins baggins at pld-linux.org
Thu Jan 20 22:20:37 CET 2022


commit a104ec4f895c0e8901ac07f740ba491a09e7692f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Jan 20 22:20:18 2022 +0100

    Add 5.15 to supported kernels

 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 b41dff7..df42f3f 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -11,7 +11,7 @@ import shlex
 import subprocess
 import sys
 
-supported_kernels = ['head', '5.10', '5.4', '4.19', '4.14', '4.9']
+supported_kernels = ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']
 
 packages = collections.OrderedDict([
     ('dahdi-linux',                           ['head', '5.15', '5.10', '5.4', '4.19', '4.14', '4.9']),
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list