diff mbox series

[OSSTEST] ap-common: Fix qemu.git URL

Message ID 20230306135731.43329-1-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show
Series [OSSTEST] ap-common: Fix qemu.git URL | expand

Commit Message

Anthony PERARD March 6, 2023, 1:57 p.m. UTC
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>
---
 ap-common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andrew Cooper March 6, 2023, 2:40 p.m. UTC | #1
On 06/03/2023 1:57 pm, Anthony PERARD wrote:
> 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>
diff mbox series

Patch

diff --git a/ap-common b/ap-common
index 547b48ed..292553ed 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