From: Keir Fraser <keir.fraser@eu.citrix.com>
To: Ian Campbell <Ian.Campbell@eu.citrix.com>,
xen-devel <xen-devel@lists.xensource.com>
Subject: Re: Re: [PATCH] build: use GIT_HTTP when defining QEMU_REMOTE
Date: Wed, 21 Jul 2010 09:16:23 +0100 [thread overview]
Message-ID: <C86C6B67.1B371%keir.fraser@eu.citrix.com> (raw)
In-Reply-To: <1279699676.5872.1674.camel@zakaz.uk.xensource.com>
Yes indeed! I also backported it for 4.0.1 already. :-)
-- Keir
On 21/07/2010 09:07, "Ian Campbell" <Ian.Campbell@eu.citrix.com> wrote:
> Nevermind, I see you beat me to it with a more comprehensive version.
>
> On Wed, 2010-07-21 at 09:06 +0100, Ian Campbell wrote:
>> buildconfigs/mk.linux-2.6-* already obey this variable for
>> XEN_LINUX_GIT_URL, although I could not find it set anywhere.
>>
>> I set GIT_HTTP to n by default. I think we should encourage those
>> people with problematic network connections change the default, rather
>> than using the less efficient version for everyone.
>>
>> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
>>
>> diff -r 4514d5890692 -r 7dc6866a9e9a Config.mk
>> --- a/Config.mk Fri Jul 16 17:44:04 2010 +0100
>> +++ b/Config.mk Wed Jul 21 09:04:20 2010 +0100
>> @@ -146,8 +146,13 @@
>> # near the place in the Xen Makefiles where the file is used.
>>
>> # GIT protocol can be faster than HTTP, if your firewall lets it through.
>> -# QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
>> +GIT_HTTP ?= n
>> +
>> +ifeq ($(GIT_HTTP),y)
>> QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
>> +else
>> +QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
>> +endif
>>
>> # Specify which qemu-dm to use. This may be `ioemu' to use the old
>> # Mercurial in-tree version, or a local directory, or a git URL.
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2010-07-21 8:16 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-20 9:50 Xen 4.0.1-rc3 build failing in tools at http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git Jonathan White
2010-07-20 9:56 ` Pasi Kärkkäinen
2010-07-20 10:10 ` Pasi Kärkkäinen
2010-07-20 12:35 ` Boris Derzhavets
2010-07-20 20:47 ` Jonathan White
2010-07-21 5:46 ` Keir Fraser
2010-07-21 7:14 ` Jonathan White
2010-07-21 7:21 ` Keir Fraser
2010-07-21 8:05 ` Ian Campbell
2010-07-21 8:06 ` [PATCH] build: use GIT_HTTP when defining QEMU_REMOTE Ian Campbell
2010-07-21 8:07 ` Ian Campbell
2010-07-21 8:16 ` Keir Fraser [this message]
2010-07-21 7:45 ` Xen 4.0.1-rc3 build failing in tools at http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git M A Young
2010-07-21 8:17 ` Keir Fraser
2010-07-21 8:28 ` Jonathan White
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=C86C6B67.1B371%keir.fraser@eu.citrix.com \
--to=keir.fraser@eu.citrix.com \
--cc=Ian.Campbell@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).