]> xenbits.xensource.com Git - osstest.git/commitdiff
ap-common: Fix libvirt's git repo URL
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 26 Mar 2024 10:30:07 +0000 (10:30 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Tue, 2 Apr 2024 09:18:23 +0000 (10:18 +0100)
The current URL doesn't work anymore and just timeout, switch to the
new main repo URL.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
ap-common

index 5384891b7f77b4d3599e7ba4997713dd8efc348b..eabb85c6a6410f4540fa4218ca60972be6267472 100644 (file)
--- a/ap-common
+++ b/ap-common
@@ -41,7 +41,7 @@
 : ${PUSH_TREE_FREEBSD:=$XENBITS:/home/xen/git/freebsd.git}
 : ${BASE_TREE_FREEBSD:=git://xenbits.xen.org/freebsd.git}
 
-: ${TREE_LIBVIRT:=git://libvirt.org/libvirt.git}
+: ${TREE_LIBVIRT:=https://gitlab.com/libvirt/libvirt.git}
 : ${PUSH_TREE_LIBVIRT:=$XENBITS:/home/xen/git/libvirt.git}
 : ${BASE_TREE_LIBVIRT:=git://xenbits.xen.org/libvirt.git}