From nobody Sat Jul 5 15:13:49 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1521549407102809.1493247876799; Tue, 20 Mar 2018 05:36:47 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5E0072D1CA; Tue, 20 Mar 2018 12:36:45 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 17CE060637; Tue, 20 Mar 2018 12:36:45 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 52B554CA9B; Tue, 20 Mar 2018 12:36:44 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w2KCahkP001469 for ; Tue, 20 Mar 2018 08:36:43 -0400 Received: by smtp.corp.redhat.com (Postfix) id DDEBC6F9D9; Tue, 20 Mar 2018 12:36:42 +0000 (UTC) Received: from t460.redhat.com (unknown [10.33.36.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6F8E094584; Tue, 20 Mar 2018 12:36:42 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: libvir-list@redhat.com Date: Tue, 20 Mar 2018 12:36:36 +0000 Message-Id: <20180320123637.4347-2-berrange@redhat.com> In-Reply-To: <20180320123637.4347-1-berrange@redhat.com> References: <20180320123637.4347-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 1/2] docs: remove obsolete docs about gitorious and cvs access X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 20 Mar 2018 12:36:45 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 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=C3=A9 Reviewed-by: Pavel Hrdina --- 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 http= s://libvirt.org/git/?p=3Dlibvirt-java.git;a=3Dsummary =20 -

-

GIT repository mirror

=20 -

- The source code is also mirrored on gitorious - to aid in public development. You clone the repo with -

- -
-  git clone git://gitorious.org/libvirt/libvirt-java.git
-
- -

- It can also be browsed at -

- -
-
-  http://gitorious.o=
rg/libvirt/libvirt-java
-
- -

-

CVS repository access (Deprecated)

- -

The old source repository uses CVS and anonymous access -is provided. Prior to accessing the server is it necessary to authenticate -using the password anoncvs. This can be accomplished with -the cvs login command: -

- -
-  # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs login
-
- -

- Once authenticated, a checkout can be obtained using -

- -
-  # cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt-java
-
- -

Building

The code is built using ant, and assumes that you have the jna jar inst= alled. Once you have downloaded the code you can build the code with

--=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list