aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom
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 /stubdom
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 'stubdom')
-rw-r--r--stubdom/Makefile20
1 files changed, 15 insertions, 5 deletions
diff --git a/stubdom/Makefile b/stubdom/Makefile
index da7be4e333..571027007d 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -8,15 +8,25 @@ export debug=y
include $(XEN_ROOT)/Config.mk
IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls --disable-brlapi --disable-kqemu
-ZLIB_URL?=http://www.zlib.net
+
+#ZLIB_URL?=http://www.zlib.net
+ZLIB_URL=$(XEN_EXTFILES_URL)
ZLIB_VERSION=1.2.3
-LIBPCI_URL?=http://www.kernel.org/pub/software/utils/pciutils
+
+#LIBPCI_URL?=http://www.kernel.org/pub/software/utils/pciutils
+LIBPCI_URL?=$(XEN_EXTFILES_URL)
LIBPCI_VERSION=2.2.9
-NEWLIB_URL?=ftp://sources.redhat.com/pub/newlib
+
+#NEWLIB_URL?=ftp://sources.redhat.com/pub/newlib
+NEWLIB_URL?=$(XEN_EXTFILES_URL)
NEWLIB_VERSION=1.16.0
-LWIP_URL?=http://download.savannah.gnu.org/releases/lwip
+
+#LWIP_URL?=http://download.savannah.gnu.org/releases/lwip
+LWIP_URL?=$(XEN_EXTFILES_URL)
LWIP_VERSION=1.3.0
-GRUB_URL?=http://alpha.gnu.org/gnu/grub
+
+#GRUB_URL?=http://alpha.gnu.org/gnu/grub
+GRUB_URL?=$(XEN_EXTFILES_URL)
GRUB_VERSION=0.97
WGET=wget -c