From 97ec8412e4b985a0118c8ec42b71f152ce07dd1b Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 8 Feb 2024 10:01:07 -0500 Subject: [PATCH] ansible: Add mirror Ubuntu noble kernel sources to git-mirror Change-Id: I37c2a78d3f3c9fc970375cfaa6219ebf21aeadbc Signed-off-by: Kienan Stewart --- automation/ansible/roles/gitmirror/files/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation/ansible/roles/gitmirror/files/update.sh b/automation/ansible/roles/gitmirror/files/update.sh index 9f87934..78b9b5d 100644 --- a/automation/ansible/roles/gitmirror/files/update.sh +++ b/automation/ansible/roles/gitmirror/files/update.sh @@ -47,6 +47,8 @@ update_git ubuntu-focal.git/ git://git.launchpad.net/~ubuntu-kernel/ubuntu/+sour update_git ubuntu-jammy.git/ git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy +update_git ubuntu-noble.git/ git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble + ## # GDB repos ## -- 2.34.1