From nobody Fri May 3 06:23:07 2024 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 From nobody Fri May 3 06:23:07 2024 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 1521549415995709.0557149885362; Tue, 20 Mar 2018 05:36:55 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4D66C81247; Tue, 20 Mar 2018 12:36:54 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D485160A9E; Tue, 20 Mar 2018 12:36:53 +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 30FC7180613A; Tue, 20 Mar 2018 12:36:53 +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 w2KCahDF001477 for ; Tue, 20 Mar 2018 08:36:43 -0400 Received: by smtp.corp.redhat.com (Postfix) id 8E2C46F9D9; Tue, 20 Mar 2018 12:36:43 +0000 (UTC) Received: from t460.redhat.com (unknown [10.33.36.46]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1F4B76F9E1; Tue, 20 Mar 2018 12:36:43 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: libvir-list@redhat.com Date: Tue, 20 Mar 2018 12:36:37 +0000 Message-Id: <20180320123637.4347-3-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 2/2] docs: update all GIT repo examples to use https:// protocol 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.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 20 Mar 2018 12:36:54 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 The https:// protocol is much more reliably usable than git:// when faced with unreasonably strict firewalls. The libvirt.org web server is now setup to support the smart https:// protocol, which is just as fast as git://, so change all the docs to use https:// Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Pavel Hrdina --- README-hacking | 2 +- docs/csharp.html.in | 2 +- docs/devguide.html.in | 6 +++--- docs/downloads.html.in | 9 +++++++++ docs/hacking.html.in | 2 +- docs/java.html.in | 2 +- docs/php.html.in | 2 +- docs/virshcmdref.html.in | 2 +- 8 files changed, 18 insertions(+), 9 deletions(-) diff --git a/README-hacking b/README-hacking index 165d6d59cc..ec04271c6a 100644 --- a/README-hacking +++ b/README-hacking @@ -25,7 +25,7 @@ few prerequisites, later, a plain `git pull && make' shou= ld be sufficient. =20 You can get a copy of the source repository like this: =20 - $ git clone git://libvirt.org/libvirt + $ git clone https://libvirt.org/git/libvirt.git $ cd libvirt =20 As an optional step, if you already have a copy of the gnulib git diff --git a/docs/csharp.html.in b/docs/csharp.html.in index fcca255072..aee0b75eb8 100644 --- a/docs/csharp.html.in +++ b/docs/csharp.html.in @@ -50,7 +50,7 @@

=20
-git clone git://libvirt.org/libvirt-csharp.git
+git clone https://libvirt.org/git/libvirt-csharp.git
 
=20

diff --git a/docs/devguide.html.in b/docs/devguide.html.in index f460f1dd58..2668e6f29e 100644 --- a/docs/devguide.html.in +++ b/docs/devguide.html.in @@ -29,13 +29,13 @@ =20

 # C language
-$ git clone git://libvirt.org/libvirt-appdev-guide.git
+$ git clone https://libvirt.org/git/libvirt-appdev-guide.git
=20
 # Python language
-$ git clone git://libvirt.org/libvirt-appdev-guide-python.git
+$ git clone https://libvirt.org/git/libvirt-appdev-guide-python.git
=20
 # Publican Style/Theme
-$ git clone =
git://libvirt.org/libvirt-publican.git
+$ git clone =
https://libvirt.org/git/libvirt-publican.git
     
=20 diff --git a/docs/downloads.html.in b/docs/downloads.html.in index 6657e21d02..a71aa52c9c 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -516,6 +516,15 @@ Each module can be cloned anonymously using:

=20 +
+git clone https://libvirt.org/git/[module name].git
+ +

+ The git:// protocol is also available if desired, but + https:// is encouraged, since it is more reliable when + faced with strict firewalls +

+
 git clone git://libvirt.org/[module name].git
=20 diff --git a/docs/hacking.html.in b/docs/hacking.html.in index bb5047d99e..fbeea3eb75 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -15,7 +15,7 @@ =20
  • Official upstream repository is kept in git - (git://libvirt.org/libvirt.git) and is browsable + (https://libvirt.org/git/libvirt.git) and is browsable along with other libvirt-related repositories (e.g. libvirt-python) online<= /a>.

  • diff --git a/docs/java.html.in b/docs/java.html.in index d0da040df1..147b11c166 100644 --- a/docs/java.html.in +++ b/docs/java.html.in @@ -29,7 +29,7 @@ href=3D"http://git-scm.com/">git repository available= on libvirt.org:

    -git clone git://libvirt.org/libvirt-java.git
    +git clone https://libvirt.org/git/libvirt-java.git
     

    It can also be browsed at diff --git a/docs/php.html.in b/docs/php.html.in index 2939b4bd17..1febab7eaf 100644 --- a/docs/php.html.in +++ b/docs/php.html.in @@ -14,7 +14,7 @@ href=3D"http://git-scm.com/">git repository available= on libvirt.org:

    -git clone git://libvirt.org/libvirt-php.git
    +git clone https://libvirt.org/git/libvirt-php.git
     

    It can also be browsed at diff --git a/docs/virshcmdref.html.in b/docs/virshcmdref.html.in index 731d809f3c..c5d8d39210 100644 --- a/docs/virshcmdref.html.in +++ b/docs/virshcmdref.html.in @@ -72,7 +72,7 @@

    =20
    -git clone git://libvirt.org/libvirt-virshcmdref.git
    +git clone https://libvirt.org/git/libvirt-virshcmdref.git
     
    =20

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