From: Kienan Stewart Date: Tue, 5 Mar 2024 16:32:09 +0000 (-0500) Subject: ansible: Add mirror of patch SLE kernel source X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=7c950e0289765e772e493037783fbfd7ec62f124;p=lttng-ci.git ansible: Add mirror of patch SLE kernel source Change-Id: I436b3494ad1f87d2b8c3aae28551c01c7346b003 Signed-off-by: Kienan Stewart --- 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 ##