aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-05 11:19:16 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-05 11:19:16 +0000
commitcbd07b72a3674387f19e4c7fc44c73c08dc8a58d (patch)
treec7275ce4ce9f74233bb7a48d4c43306767945e6c /buildconfigs
parent75c35a3fb6368e14de0c9c9aafad73ffa83cd6b7 (diff)
downloadxen-cbd07b72a3674387f19e4c7fc44c73c08dc8a58d.tar.gz
xen-cbd07b72a3674387f19e4c7fc44c73c08dc8a58d.tar.bz2
xen-cbd07b72a3674387f19e4c7fc44c73c08dc8a58d.zip
Download external tarballs from xenbits.xensource.com
I have copied the tarballs that the xen-unstable build downloads to xenbits.xensource.com (which also hosts our hg and git). This patch changes the download URLs to use that location. That way the build will depend on only one external machine, under one administration, rather than many. Also it means that the build won't break if these sites become permanently unavailable or are rearranged and we don't run a risk of having to panic and beg if a file should go missing. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/src.tarball2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/src.tarball b/buildconfigs/src.tarball
index c356e4ccf5..2101e1a130 100644
--- a/buildconfigs/src.tarball
+++ b/buildconfigs/src.tarball
@@ -10,7 +10,7 @@ vpath linux-%.tar.bz2 $(LINUX_SRC_PATH)
# download a pristine Linux kernel tarball if there isn't one in LINUX_SRC_PATH
linux-%.tar.bz2:
@echo "Cannot find $@ in path $(LINUX_SRC_PATH)"
- wget $(XEN_LINUX_MIRROR)/$@ -O./$@
+ false wget $(XEN_LINUX_MIRROR)/$@ -O./$@
# XXX create a pristine tree for diff -Nurp convenience