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 |
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 --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
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(-)