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

Anthony PERARD posted 1 patch 1 year, 1 month ago
Failed in applying to current master (apply log)
ap-common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[OSSTEST PATCH] ap-common: Fix qemu.git URL
Posted by Anthony PERARD 1 year, 1 month ago
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(-)

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
-- 
Anthony PERARD
Re: [OSSTEST PATCH] ap-common: Fix qemu.git URL
Posted by Andrew Cooper 1 year, 1 month ago
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>