WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [PATCH] build: use GIT_HTTP when defining QEMU_REMOTE

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Re: [PATCH] build: use GIT_HTTP when defining QEMU_REMOTE
From: Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
Date: Wed, 21 Jul 2010 09:07:56 +0100
Delivery-date: Wed, 21 Jul 2010 01:08:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7dc6866a9e9a9ac2cce3.1279699616@xxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Citrix Systems, Inc.
References: <1279699509.5872.1673.camel@xxxxxxxxxxxxxxxxxxxxxx> <7dc6866a9e9a9ac2cce3.1279699616@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxx>
> 
> 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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>