From 4cbdd186e13e1afddd6bc6a83436d25db9b5db89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Tue, 20 Mar 2018 12:35:00 +0000 Subject: [PATCH] docs: update all GIT repo examples to use https:// protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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:// Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- 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' should be sufficient. You can get a copy of the source repository like this: - $ git clone git://libvirt.org/libvirt + $ git clone https://libvirt.org/git/libvirt.git $ cd libvirt 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 @@

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

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

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

+
+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
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 @@
  • 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.

  • 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="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="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 @@

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

    -- GitLab