aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/select-repository
diff options
context:
space:
mode:
Diffstat (limited to 'buildconfigs/select-repository')
-rwxr-xr-xbuildconfigs/select-repository2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/select-repository b/buildconfigs/select-repository
index e5bf27e47a..48ae00f5c1 100755
--- a/buildconfigs/select-repository
+++ b/buildconfigs/select-repository
@@ -63,7 +63,7 @@ if [ -d ${XEN_ROOT}/.hgxxx ] ; then
else
echo "Unable to determine path to Linux source tree." 1>&2
echo "Falling back to linux-2.6.18-xen Mercurial repository." 1>&2
- echo http://xenbits.xensource.com/linux-2.6.18-xen.hg
+ echo http://xenbits.xen.org/linux-2.6.18-xen.hg
fi
exit 0