]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: update all GIT repo examples to use https:// protocol
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 20 Mar 2018 12:35:00 +0000 (12:35 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 21 Mar 2018 14:48:01 +0000 (14:48 +0000)
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 <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
README-hacking
docs/csharp.html.in
docs/devguide.html.in
docs/downloads.html.in
docs/hacking.html.in
docs/java.html.in
docs/php.html.in
docs/virshcmdref.html.in

index 165d6d59ccadec814b3596f44108ae56305b5894..ec04271c6aaac32153ef0b957b1884636d7f1f10 100644 (file)
@@ -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
index fcca25507235a9f21e06922a52a5cb65748d12e9..aee0b75eb8b18b00769eb5a0955584cc39907bb5 100644 (file)
@@ -50,7 +50,7 @@
     </p>
 
 <pre>
-git clone git://libvirt.org/libvirt-csharp.git
+git clone https://libvirt.org/git/libvirt-csharp.git
 </pre>
 
     <p>
index f460f1dd588f8a52c1baec80709dbc907a33095b..2668e6f29e18e31ab6f2dc5e8fb22211396bd9f6 100644 (file)
 
     <pre>
 # C language
-$ git clone <a href="https://libvirt.org/git/?p=libvirt-appdev-guide.git">git://libvirt.org/libvirt-appdev-guide.git</a>
+$ git clone <a href="https://libvirt.org/git/?p=libvirt-appdev-guide.git">https://libvirt.org/git/libvirt-appdev-guide.git</a>
 
 # Python language
-$ git clone <a href="https://libvirt.org/git/?p=libvirt-appdev-guide-python.git">git://libvirt.org/libvirt-appdev-guide-python.git</a>
+$ git clone <a href="https://libvirt.org/git/?p=libvirt-appdev-guide-python.git">https://libvirt.org/git/libvirt-appdev-guide-python.git</a>
 
 # Publican Style/Theme
-$ git clone <a href="https://libvirt.org/git/?p=libvirt-publican.git">git://libvirt.org/libvirt-publican.git</a>
+$ git clone <a href="https://libvirt.org/git/?p=libvirt-publican.git">https://libvirt.org/git/libvirt-publican.git</a>
     </pre>
 
   </body>
index 6657e21d021b162777b98409b1f4d25fed22fca6..7c28e2ba9b5c99ff69199686733f202c64e6d6c5 100644 (file)
       Each module can be cloned anonymously using:
     </p>
 
+    <pre>
+git clone https://libvirt.org/git/[module name].git</pre>
+
+    <p>
+      The <code>git://</code> protocol is also available if desired, but
+      <code>https://</code> is encouraged, since it is more reliable when
+      faced with strict firewalls.
+    </p>
+
     <pre>
 git clone git://libvirt.org/[module name].git</pre>
 
index bb5047d99ea7f4bb6538d207282455edf492a24c..fbeea3eb751d16f62cdefc797689a41923e5f208 100644 (file)
@@ -15,7 +15,7 @@
 
       <li>
         <p>Official upstream repository is kept in git
-        (<code>git://libvirt.org/libvirt.git</code>) and is browsable
+        (<code>https://libvirt.org/git/libvirt.git</code>) and is browsable
         along with other libvirt-related repositories
         (e.g. libvirt-python) <a href="https://libvirt.org/git/">online</a>.</p>
       </li>
index d0da040df1760b5acce06eb56e80a81e5ff49649..147b11c1666368b718585d6e18e993d4d08a2dda 100644 (file)
@@ -29,7 +29,7 @@ href="http://git-scm.com/">git</a> repository available on
 <a href="https://libvirt.org/git/">libvirt.org</a>:
 </p>
 <pre>
-git clone git://libvirt.org/libvirt-java.git
+git clone https://libvirt.org/git/libvirt-java.git
 </pre>
 <p>
 It can also be browsed at
index 2939b4bd171e29deaec38432b1293a17e5b2735c..1febab7eaf8ef266f068d9980b8a3ab9d351e8d8 100644 (file)
@@ -14,7 +14,7 @@ href="http://git-scm.com/">git</a> repository available on
 <a href="https://libvirt.org/git/">libvirt.org</a>:
 </p>
 <pre>
-git clone git://libvirt.org/libvirt-php.git
+git clone https://libvirt.org/git/libvirt-php.git
 </pre>
 <p>
 It can also be browsed at
index 731d809f3cc81097b8c41efb7d8a955ad2833e4f..c5d8d39210d5cae7a952af222ff74aeff750f457 100644 (file)
@@ -72,7 +72,7 @@
     </p>
 
 <pre>
-git clone git://libvirt.org/libvirt-virshcmdref.git
+git clone https://libvirt.org/git/libvirt-virshcmdref.git
 </pre>
 
     <p>