aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2012-07-26 10:35:37 +0100
committerAndrew Cooper <andrew.cooper3@citrix.com>2012-07-26 10:35:37 +0100
commit57d1740e24714ff35b146955fd0b0d4bcf975d8d (patch)
treefb737796861c3a4d6d8d4b6c057d688ad5325fca /buildconfigs
parenta413f5a5f4463bc805c297bc2d328f1da17f3b1b (diff)
downloadxen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.tar.gz
xen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.tar.bz2
xen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.zip
xen: update xensource.com to xen.org
This patch was constructed by grepping for xensource.com over the entire repository and eyeballing which ones were sensible to update. In addition, the xen-tools mailing list has been deprecated, so update xentop to refer to xen-devel instead. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'buildconfigs')
-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