[PATCH 2/3] docs: Drop mention of read-only git mirrors

Andrea Bolognani via Devel posted 3 patches 3 months ago
[PATCH 2/3] docs: Drop mention of read-only git mirrors
Posted by Andrea Bolognani via Devel 3 months ago
These mirrors no longer exist, they're just straight up
redirects to GitLab now.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 docs/downloads.rst | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/downloads.rst b/docs/downloads.rst
index 11837c29e1..cdcddabc57 100644
--- a/docs/downloads.rst
+++ b/docs/downloads.rst
@@ -328,12 +328,6 @@ repositories on GitHub:
 
    git clone https://github.com/libvirt/[module name].git
 
-And there are also read-only mirrors on libvirt.org:
-
-::
-
-   git clone https://libvirt.org/git/[module name].git
-
 Note that for most repositories, development happens via merge requests
 on GitLab. However, for the main `libvirt.git` repository all patch review and
 discussion only occurs on the `devel <contact.html>`__ mailing list.
-- 
2.49.0
Re: [PATCH 2/3] docs: Drop mention of read-only git mirrors
Posted by Peter Krempa via Devel 3 months ago
On Thu, Jun 05, 2025 at 15:39:14 +0200, Andrea Bolognani via Devel wrote:
> These mirrors no longer exist, they're just straight up
> redirects to GitLab now.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  docs/downloads.rst | 6 ------
>  1 file changed, 6 deletions(-)

Reviewed-by: Peter Krempa <pkrempa@redhat.com>