From: Anthony PERARD Date: Mon, 6 Mar 2023 13:57:31 +0000 (+0000) Subject: ap-common: Fix qemu.git URL X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=eae5fb4bcbdb1a7f26b7836700f63781c76fa9cf;p=osstest.git ap-common: Fix qemu.git URL Cloning from "git://git.qemu.org/qemu.git" haven't work for maybe a month. While "https://git.qemu.org/qemu.git" seems to work, it only redirects to gitlab.com. qemu.org website point to a repo hosted by gitlab.com. So, switch to "https://gitlab.com/qemu-project/qemu.git". Signed-off-by: Anthony PERARD Acked-by: Andrew Cooper --- diff --git a/ap-common b/ap-common index 547b48e..292553e 100644 --- a/ap-common +++ b/ap-common @@ -90,7 +90,7 @@ fi : ${TREE_QEMU_UPSTREAM:=${BASE_TREE_QEMU_UPSTREAM}} -: ${TREE_QEMU_MAINLINE:=git://git.qemu.org/qemu.git} +: ${TREE_QEMU_MAINLINE:=https://gitlab.com/qemu-project/qemu.git} info_linux_tree () { case $1 in