[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Obtain Linux kernels via git-over-http
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1254990272 -3600 # Node ID 1d7221667204a6b51afa1b20a542507882e9e2bd # Parent cac46b87a69518a7793b142297dc7e4db3d9d798 Obtain Linux kernels via git-over-http Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- buildconfigs/mk.linux-2.6-pvops | 2 +- buildconfigs/mk.linux-2.6-tip-latest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -r cac46b87a695 -r 1d7221667204 buildconfigs/mk.linux-2.6-pvops --- a/buildconfigs/mk.linux-2.6-pvops Thu Oct 08 08:51:51 2009 +0100 +++ b/buildconfigs/mk.linux-2.6-pvops Thu Oct 08 09:24:32 2009 +0100 @@ -5,7 +5,7 @@ IMAGE_TARGET ?= bzImage XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config -XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git +XEN_LINUX_GIT_URL ?= http://www.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git XEN_LINUX_GIT_REMOTEBRANCH ?= xen/master EXTRAVERSION ?= diff -r cac46b87a695 -r 1d7221667204 buildconfigs/mk.linux-2.6-tip-latest --- a/buildconfigs/mk.linux-2.6-tip-latest Thu Oct 08 08:51:51 2009 +0100 +++ b/buildconfigs/mk.linux-2.6-tip-latest Thu Oct 08 09:24:32 2009 +0100 @@ -5,7 +5,7 @@ IMAGE_TARGET ?= bzImage vmlinux XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config -XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git +XEN_LINUX_GIT_URL ?= http://www.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git XEN_LINUX_GIT_REMOTEBRANCH ?= auto-latest EXTRAVERSION ?= _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |