[libvirt] [PATCH 2/2] docs: update all GIT repo examples to use https:// protocol

Pavel Hrdina phrdina at redhat.com
Tue Mar 20 13:19:33 UTC 2018


On Tue, Mar 20, 2018 at 12:36:37PM +0000, Daniel P. Berrangé wrote:
> 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é <berrange at redhat.com>
> ---
>  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/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:
>      </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

s/strict firewalls/strict firewalls./

Reviewed-by: Pavel Hrdina <phrdina at redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180320/4afe6a28/attachment-0001.sig>


More information about the libvir-list mailing list