]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
scm: Fetch xen-unstable from git, not mercurial.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 7 Sep 2010 19:32:47 +0000 (15:32 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 7 Sep 2010 19:32:47 +0000 (15:32 -0400)
sources.mk

index 9f329b664cf50b118ecaadcb38b6a6463e2777ed..56be8b0eb165ed3cf82eecd8b4706fa34e3f2609 100644 (file)
@@ -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))