From: Konrad Rzeszutek Wilk Date: Fri, 14 Jun 2013 15:30:35 +0000 (-0400) Subject: sources: Add correct GIT address for xen-unstable tree. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=34c42147f414c3e7c76799f61d8c8650291fd33b;p=xentesttools%2Fbootstrap.git sources: Add correct GIT address for xen-unstable tree. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/sources.mk b/sources.mk index 6a13c16..790325f 100644 --- a/sources.mk +++ b/sources.mk @@ -32,8 +32,8 @@ $(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://xenbits.xen.org/ +$(eval $(call GIT_REPO,xen.git,xen)) GIT_URL=git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ $(eval $(call GIT_REPO,xen.git,linux))