[libvirt] [PATCH 1/2] docs: remove obsolete docs about gitorious and cvs access

Daniel P. Berrangé posted 2 patches 7 years, 3 months ago
[libvirt] [PATCH 1/2] docs: remove obsolete docs about gitorious and cvs access
Posted by Daniel P. Berrangé 7 years, 3 months ago
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

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 docs/java.html.in | 43 -------------------------------------------
 1 file changed, 43 deletions(-)

diff --git a/docs/java.html.in b/docs/java.html.in
index 333583427c..d0da040df1 100644
--- a/docs/java.html.in
+++ b/docs/java.html.in
@@ -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>
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 1/2] docs: remove obsolete docs about gitorious and cvs access
Posted by Pavel Hrdina 7 years, 3 months ago
On Tue, Mar 20, 2018 at 12:36:36PM +0000, Daniel P. Berrangé wrote:
> 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
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  docs/java.html.in | 43 -------------------------------------------
>  1 file changed, 43 deletions(-)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list