From 4f49fede3e1b8c44c79a4f76897de1aeedde2112 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 7 Sep 2010 15:32:47 -0400 Subject: [PATCH] scm: Fetch xen-unstable from git, not mercurial. --- sources.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sources.mk b/sources.mk index 9f329b6..56be8b0 100644 --- a/sources.mk +++ b/sources.mk @@ -25,8 +25,9 @@ $(eval $(call GIT_REPO,rpms-fc13-x86_64.git,root_image/RPMs)) endif endif +GIT_URL=git://xenbits.xensource.com/ +$(eval $(call GIT_REPO,xen-unstable.git,xen)) + GIT_URL=git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/ $(eval $(call GIT_REPO,xen.git,linux)) -HG_URL=http://xenbits.xensource.com/ -$(eval $(call HG_REPO,xen-unstable.hg,xen)) -- 2.39.5