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] [PATCH] use git smart server protocol for qemu tree by defau

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] use git smart server protocol for qemu tree by default
From: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Date: Thu, 16 Jul 2009 15:02:08 +0100
Cc: Tom Rotenberg <tom.rotenberg@xxxxxxxxx>
Delivery-date: Thu, 16 Jul 2009 07:02:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <8686c3cd0907160136n5ce18d54ncb2dbeecd3bcae1c@xxxxxxxxxxxxxx>
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>
Newsgroups: chiark.mail.xen.devel
References: <8686c3cd0907160136n5ce18d54ncb2dbeecd3bcae1c@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Tom Rotenberg writes ("[Xen-devel] Can the qemu-xen git repository be moved to 
a 'git://' protocol? It can save a lot of time..."):
> Currently, xen clones the qemu-xen using an 'http://' protocol, and
> this takes a lot of time.  It can be improved a lot if it will be
> moved to be shared by a 'git://' protocol, which is much faster.
> Can this be done?

Yes.  We were using http:// because we didn't have a git server on
xenbits, but now we do.

Keir: this patch is for xen-unstable but given that the git daemon is
a property of the xenbits system configuration rather of the specific
branch, it wouldn't be unreasonable to apply it to the older trees
too.

Ian.

use git smart server protocol for qemu tree by default

xenbits supports the git protocol now, which is much faster (and
produces less noise in the build log too).

Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>

diff -r e07726c03d31 Config.mk
--- a/Config.mk Thu Jul 16 10:32:55 2009 +0100
+++ b/Config.mk Thu Jul 16 14:58:49 2009 +0100
@@ -141,7 +141,7 @@ XEN_EXTFILES_URL=http://xenbits.xensourc
 # the internet.  The original download URL is preserved as a comment
 # near the place in the Xen Makefiles where the file is used.
 
-QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
+QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
 
 # 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