From e971921a5ea1154d14cece6da2ae346cca0969fd Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Sat, 23 May 2015 07:48:37 +0200 Subject: [PATCH] docs: Document new RO repo mirrors In the upstream discussion on creating a github mirror [1], it turned out that there are some read-only mirrors of our repository. Lets advertise them on our downloads page. But do it wisely and discourage people in sending a pull requests on GitHub. 1: https://www.redhat.com/archives/libvir-list/2015-May/msg00775.html Signed-off-by: Michal Privoznik --- docs/downloads.html.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/downloads.html.in b/docs/downloads.html.in index 435c2f1181..73599d687d 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -71,6 +71,20 @@
       http://libvirt.org/git/?p=libvirt.git;a=summary
+

+ In addition to this repository, there are the following read-only git + repositories which mirror the master one. Note that we currently do not + use the full set of features on these mirrors (e.g. pull requests on + GitHub, so please don't use them). All patch review and discussion only + occurs on the libvir-list mailing list. Also + note that some repositories listed below allow HTTP checkouts too. +

+ +
+      https://github.com/libvirtproject/libvirt
+      http://repo.or.cz/w/libvirt.git
+      https://gitlab.com/libvirt/libvirt
+

libvirt Application Development Guide

-- GitLab