[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Revert to pulling QEMU GIT repo via HTTP.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1249479586 -3600 # Node ID 88e69c887df8114777cfe340f7ba1532cecd9d15 # Parent 2b28320c6f8cb4d9e5d3ce2384e15d7a7e466871 Revert to pulling QEMU GIT repo via HTTP. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- Config.mk | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) diff -r 2b28320c6f8c -r 88e69c887df8 Config.mk --- a/Config.mk Wed Aug 05 14:03:38 2009 +0100 +++ b/Config.mk Wed Aug 05 14:39:46 2009 +0100 @@ -141,7 +141,9 @@ 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=git://xenbits.xensource.com/qemu-xen-unstable.git +# GIT protocol can be faster than HTTP, if your firewall lets it through. +# QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git +QEMU_REMOTE=http://xenbits.xensource.com/git-http/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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |