From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJGhD-00075i-H4 for qemu-devel@nongnu.org; Sun, 04 Nov 2018 06:36:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJGh6-0002M1-Lj for qemu-devel@nongnu.org; Sun, 04 Nov 2018 06:35:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55922) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJGh6-0002EX-19 for qemu-devel@nongnu.org; Sun, 04 Nov 2018 06:35:52 -0500 From: Stefan Hajnoczi Date: Sun, 4 Nov 2018 11:24:16 +0000 Message-Id: <20181104112424.18663-1-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 0/8] Use 'https://' instead of 'git://' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: eblake@redhat.com, cohuck@redhat.com, Paolo Bonzini , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Fam Zheng , Peter Maydell , Markus Armbruster , Jeff Cody , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Daniel Berrange , "Michael S. Tsirkin" , Stefan Hajnoczi v3: * Fix broken openhackware URL [Eric] * Convert a few remaining URLs [Eric] v2: * Use HTTPS for repo.or.cz [Eric] Jeff Cody has enabled git smart HTTP support on qemu.org. From now on HT= TPS 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/.git The old git:// URL format was: git://git.qemu.org/.git I have also updated git://github.com/ and repo.or.cz URLs because they of= fer HTTPS. I have tested that submodules continue to work after the change to .gitmo= dules. Stefan Hajnoczi (8): README: use 'https://' instead of 'git://' get_maintainer: use 'https://' instead of 'git://' MAINTAINERS: use 'https://' instead of 'git://' for GitHub gitmodules: use 'https://' instead of 'git://' git: use HTTPS git URLs for repo.or.cz pc-testdev: use HTTPS git URL target-alpha: use HTTPS git URL for palcode docker: use HTTPS git URL for virglrenderer MAINTAINERS | 88 ++++++++++---------- hw/misc/pc-testdev.c | 2 +- .gitmodules | 34 ++++---- README | 4 +- pc-bios/README | 8 +- scripts/get_maintainer.pl | 2 +- tests/docker/dockerfiles/debian-amd64.docker | 2 +- 7 files changed, 70 insertions(+), 70 deletions(-) --=20 2.17.2