From 7c950e0289765e772e493037783fbfd7ec62f124 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 5 Mar 2024 11:32:09 -0500 Subject: [PATCH] ansible: Add mirror of patch SLE kernel source Change-Id: I436b3494ad1f87d2b8c3aae28551c01c7346b003 Signed-off-by: Kienan Stewart --- automation/ansible/roles/gitmirror/files/update.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/automation/ansible/roles/gitmirror/files/update.sh b/automation/ansible/roles/gitmirror/files/update.sh index 78b9b5d..a804c03 100644 --- a/automation/ansible/roles/gitmirror/files/update.sh +++ b/automation/ansible/roles/gitmirror/files/update.sh @@ -39,6 +39,11 @@ git tag -d v2.6.11 || true git tag -d v2.6.11-tree || true popd +## +# SLES kernels +## +update_git sles.git/ https://github.com/SUSE/kernel.git + ## # Ubuntu kernels ## -- 2.34.1