From cbd07b72a3674387f19e4c7fc44c73c08dc8a58d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 5 Jan 2009 11:19:16 +0000 Subject: 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 --- buildconfigs/src.tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconfigs') 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 -- cgit v1.2.3