From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAggX-00085M-4h for qemu-devel@nongnu.org; Fri, 03 Nov 2017 14:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAggT-0007wQ-VH for qemu-devel@nongnu.org; Fri, 03 Nov 2017 14:27:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52986) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eAggT-0007w7-MK for qemu-devel@nongnu.org; Fri, 03 Nov 2017 14:27:13 -0400 References: <20171103153333.6416-1-berrange@redhat.com> <20171103153333.6416-2-berrange@redhat.com> From: Eric Blake Message-ID: Date: Fri, 3 Nov 2017 13:27:10 -0500 MIME-Version: 1.0 In-Reply-To: <20171103153333.6416-2-berrange@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nqx9UXhN1tH6m5Mrhm6HIeqF7RauURQ7e" Subject: Re: [Qemu-devel] [PATCH v3 1/5] build: allow setting a custom GIT binary for transparent proxying List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Peter Maydell , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --nqx9UXhN1tH6m5Mrhm6HIeqF7RauURQ7e From: Eric Blake To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Peter Maydell , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Subject: Re: [PATCH v3 1/5] build: allow setting a custom GIT binary for transparent proxying References: <20171103153333.6416-1-berrange@redhat.com> <20171103153333.6416-2-berrange@redhat.com> In-Reply-To: <20171103153333.6416-2-berrange@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/03/2017 10:33 AM, Daniel P. Berrange wrote: > Some users can't run a bare 'git' command, due to need for a transparen= t > proxying solution such as 'tsocks'. This adds an argument to configure = to > let users specify such a thing: >=20 > ./configure --with-git=3D"tsocks git" >=20 > The submodule script is also updated to give the user a hint about usin= g this > flag, if we fail to checkout modules. >=20 > Signed-off-by: Daniel P. Berrange > --- > Makefile | 4 ++-- > configure | 5 +++++ > scripts/git-submodule.sh | 29 ++++++++++++++++++++++++----- > 3 files changed, 31 insertions(+), 7 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org --nqx9UXhN1tH6m5Mrhm6HIeqF7RauURQ7e Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEzBAEBCAAdFiEEccLMIrHEYCkn0vOqp6FrSiUnQ2oFAln8tP8ACgkQp6FrSiUn Q2oKSgf9HakbRk1wvzkMvYCTY0XvXRsgSlfcdbFrA+j2e29/ro11YMV22eGEuwq3 UnaSC/8mvagcMzprpD7lNKu2bm2PpIrVBf6d8Yu95dhGcIC0uJsB0eaM4mT0XWC1 OpUA0l7aEYQQF944UFNSZM90xpOS2xXWPbKll38RiEFIB913s69tyeVVXRm3dxHj VQgZp8PBoBdxlq6ZkCCgimigDnuzC2NBuHJaacra+n6w37JRRTgnlYcbZDcuatUC Jv5J4YTg62JC4cnvgEpet9W/sVJnmsykmkfxtnoGOcSXhE5q2jaWZWAk9Zh2tnm8 IL2uVEc9Y0zQdMeWawjlMUb52eKTTg== =/DZi -----END PGP SIGNATURE----- --nqx9UXhN1tH6m5Mrhm6HIeqF7RauURQ7e--