]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
ap-common: Fix qemu.git URL
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 6 Mar 2023 13:57:31 +0000 (13:57 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 6 Mar 2023 14:52:29 +0000 (14:52 +0000)
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 <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
ap-common

index 547b48ed707658a0ed788a52c266dd829e6b663d..292553ed4af7e0f961459379025455fc54be1128 100644 (file)
--- 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