From: Konrad Rzeszutek Wilk Date: Tue, 7 Sep 2010 19:32:47 +0000 (-0400) Subject: scm: Fetch xen-unstable from git, not mercurial. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4f49fede3e1b8c44c79a4f76897de1aeedde2112;p=xentesttools%2Fbootstrap.git scm: Fetch xen-unstable from git, not mercurial. --- 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))