]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: remove obsolete docs about gitorious and cvs access
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 20 Mar 2018 12:29:27 +0000 (12:29 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 21 Mar 2018 14:47:20 +0000 (14:47 +0000)
The gitorious.org service went away a long time ago now, and our main
download.html page tells people where all the official mirrors are
for every component.

Meanwhile telling people about CVS is a bad joke in 2018, and the CVS
server no longer exists on libvirt.org

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/java.html.in

index 333583427c137966efd83dcc3614741d39459ed7..d0da040df1760b5acce06eb56e80a81e5ff49649 100644 (file)
@@ -39,50 +39,7 @@ It can also be browsed at
 <a href="https://libvirt.org/git/?p=libvirt-java.git;a=summary">https://libvirt.org/git/?p=libvirt-java.git;a=summary</a>
 </pre>
 
-<p></p>
-<h2>GIT repository mirror</h2>
 
-<p>
-  The source code is also mirrored on <a href="http://www.gitorious.org">gitorious</a>
-  to aid in public development. You clone the repo with
-</p>
-
-<pre>
-  git clone git://gitorious.org/libvirt/libvirt-java.git
-</pre>
-
-<p>
-  It can also be browsed at
-</p>
-
-<pre>
-
-  <a href="http://gitorious.org/libvirt/libvirt-java">http://gitorious.org/libvirt/libvirt-java</a>
-</pre>
-
-<p></p>
-<h2>CVS repository access (Deprecated)</h2>
-
-<p> The old source repository uses <a
-href="http://ximbiot.com/cvs/cvshome/docs/">CVS</a> and anonymous access
-is provided. Prior to accessing the server is it necessary to authenticate
-using the password <code>anoncvs</code>. This can be accomplished with
-the <code>cvs login</code> command:
-</p>
-
-<pre>
-  # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login
-</pre>
-
-<p>
-  Once authenticated, a checkout can be obtained using
-</p>
-
-<pre>
-  # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt-java
-</pre>
-
-<p></p>
 <h2>Building</h2>
 <p>The code is built using ant, and assumes that you have the jna jar installed. Once you have downloaded
 the code you can build the code with</p>