[libvirt] [PATCH] docs: Document new RO repo mirrors

Michal Privoznik mprivozn at redhat.com
Sat May 23 05:52:41 UTC 2015


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 <mprivozn at redhat.com>
---
 docs/downloads.html.in | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/downloads.html.in b/docs/downloads.html.in
index 435c2f1..a0ef7e6 100644
--- a/docs/downloads.html.in
+++ b/docs/downloads.html.in
@@ -71,6 +71,20 @@
     <pre>
       <a href="http://libvirt.org/git/?p=libvirt.git;a=summary">http://libvirt.org/git/?p=libvirt.git;a=summary</a></pre>
 
+    <p>
+      In addition to this repository, there are following read-only
+      repositories which mirror the master one. Note that we currently may not
+      be using the full set of features on these mirrors (e.g. pull requests on
+      GitHub, please don't use them). We want the discussion and patch review
+      to happen at one place - on the list. Also note that some repositories
+      listed below allows HTTP checkouts too.
+    </p>
+
+    <pre>
+      <a href="https://github.com/libvirtproject/libvirt">https://github.com/libvirtproject/libvirt</a>
+      <a href="http://repo.or.cz/w/libvirt.git">http://repo.or.cz/w/libvirt.git</a>
+      <a href="https://gitlab.com/libvirt/libvirt">https://gitlab.com/libvirt/libvirt</a></pre>
+
     <br />
 
     <h1>libvirt Application Development Guide</h1>
-- 
2.3.6




More information about the libvir-list mailing list