diff mbox series

[OSSTEST] ap-common: Fix libvirt's git repo URL

Message ID 20240402092419.36392-1-anthony.perard@citrix.com (mailing list archive)
State New
Headers show
Series [OSSTEST] ap-common: Fix libvirt's git repo URL | expand

Commit Message

Anthony PERARD April 2, 2024, 9:24 a.m. UTC
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>
---

Notes:
    I'll push that later today.
    
    Last libvirt test by osstest was on 20 February.

 ap-common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ap-common b/ap-common
index 5384891b..eabb85c6 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}