]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Document new RO repo mirrors
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 23 May 2015 05:48:37 +0000 (07:48 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 25 May 2015 04:20:13 +0000 (06:20 +0200)
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@redhat.com>
docs/downloads.html.in

index 435c2f1181aa5852408a5d6fec72d6df8fbbc02e..73599d687d1d959fb831d20eb6261f704c9397d8 100644 (file)
     <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 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 <a href="contact.html">libvir-list</a> mailing list. Also
+      note that some repositories listed below allow 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>