
On 05/23/2015 01:52 AM, Michal Privoznik wrote:
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 | 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
s/there are/there are the/ s/read-only/read-only git/ [ok, department of redundancy department ;-)]
+ repositories which mirror the master one. Note that we currently may not
colloquial "we" - But it's already used once... s/may/do
+ 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
s/please don't/so please don't/ s/We want ... on the list./All patch review and discussion only occurs on the <a href="contact.html">libvir-list</a> mailing list. / [just trying to point people at where to find this list - since the contact.html page has the list - I'd rather not duplicate the links]
+ listed below allows HTTP checkouts too.
s/allows/allow/ ACK - John
+ </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>