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