From: Anthony PERARD Date: Tue, 26 Mar 2024 10:30:07 +0000 (+0000) Subject: ap-common: Fix libvirt's git repo URL X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4317c37878895fc441c8a69ab62fa95e6828c472;p=osstest.git ap-common: Fix libvirt's git repo URL The current URL doesn't work anymore and just timeout, switch to the new main repo URL. Signed-off-by: Anthony PERARD --- diff --git a/ap-common b/ap-common index 5384891..eabb85c 100644 --- 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}