From: Michal Privoznik Date: Sat, 23 May 2015 05:48:37 +0000 (+0200) Subject: docs: Document new RO repo mirrors X-Git-Tag: v1.2.16-rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e971921a5ea1154d14cece6da2ae346cca0969fd;p=thirdparty%2Flibvirt.git 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 --- 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