* [Qemu-devel] [qemu-web PATCH] Use 'https://' instead of 'git://'
@ 2018-11-04 22:23 Paolo Bonzini
2018-11-06 9:41 ` Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2018-11-04 22:23 UTC (permalink / raw)
To: qemu-devel; +Cc: alex.bennee, famz, stefanha, peter.maydell, jcody, berrange
Jeff Cody has enabled git smart HTTP support on qemu.org. From now on HTTPS is
the preferred protocol because it adds some protection against
man-in-the-middle when cloning a repo.
This patch series updates git:// URLs and changes them to https://. The https:// URL format is:
https://git.qemu.org/git/<project>.git
The old git:// URL format was:
git://git.qemu.org/<project>.git
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
_download/source.html | 2 +-
contribute.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_download/source.html b/_download/source.html
index 33cba41..aacd1e0 100644
--- a/_download/source.html
+++ b/_download/source.html
@@ -24,7 +24,7 @@ make
{% endfor %}
<p>To download and build QEMU from git:</p>
-<pre>git clone git://git.qemu.org/qemu.git
+<pre>git clone https://git.qemu.org/git/qemu.git
cd qemu
git submodule init
git submodule update --recursive
diff --git a/contribute.md b/contribute.md
index eb0f281..56306e0 100644
--- a/contribute.md
+++ b/contribute.md
@@ -5,7 +5,7 @@ permalink: /contribute/
* Report a bug: [https://bugs.launchpad.net/qemu/](https://bugs.launchpad.net/qemu/)<br>[How to report a bug](report-a-bug/)
-* Clone ([or browse](https://git.qemu.org/?p=qemu.git)) the git repository: <br>`git clone git://git.qemu.org/qemu.git`
+* Clone ([or browse](https://git.qemu.org/?p=qemu.git)) the git repository: <br>`git clone https://git.qemu.org/git/qemu.git`
* Join the mailing list: [qemu-devel@nongnu.org](https://lists.nongnu.org/mailman/listinfo/qemu-devel)<br>[See the list of QEMU mailing lists](https://wiki.qemu.org/MailingLists)
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [qemu-web PATCH] Use 'https://' instead of 'git://'
2018-11-04 22:23 [Qemu-devel] [qemu-web PATCH] Use 'https://' instead of 'git://' Paolo Bonzini
@ 2018-11-06 9:41 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2018-11-06 9:41 UTC (permalink / raw)
To: Paolo Bonzini
Cc: qemu-devel, alex.bennee, famz, peter.maydell, jcody, berrange
[-- Attachment #1: Type: text/plain, Size: 725 bytes --]
On Sun, Nov 04, 2018 at 11:23:12PM +0100, Paolo Bonzini wrote:
> Jeff Cody has enabled git smart HTTP support on qemu.org. From now on HTTPS is
> the preferred protocol because it adds some protection against
> man-in-the-middle when cloning a repo.
>
> This patch series updates git:// URLs and changes them to https://. The https:// URL format is:
>
> https://git.qemu.org/git/<project>.git
>
> The old git:// URL format was:
>
> git://git.qemu.org/<project>.git
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> _download/source.html | 2 +-
> contribute.md | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-06 9:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-04 22:23 [Qemu-devel] [qemu-web PATCH] Use 'https://' instead of 'git://' Paolo Bonzini
2018-11-06 9:41 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).