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 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