From 05e6198b43a8e0b1914891919e7895196b90e382 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 26 Jan 2014 21:34:13 -0800 Subject: [PATCH] build.sh: Use generic distfiles.gentoo.org for MIRROR Instead of hardcoding mcs.anl.gov. If you want to use a specific mirror, you should override the MIRROR environment variable yourself. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 77684c8..88dc3c1 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ AUTHOR="${AUTHOR:-W. Trevor King }" NAMESPACE="${NAMESPACE:-wking}" DATE="${DATE:-20131226}" -MIRROR="${MIRROR:-http://mirror.mcs.anl.gov/pub/gentoo/}" +MIRROR="${MIRROR:-http://distfiles.gentoo.org/}" ARCH_URL="${ARCH_URL:-${MIRROR}releases/amd64/current-stage3/}" STAGE3="${STAGE3:-stage3-amd64-${DATE}.tar.bz2}" STAGE3_CONTENTS="${STAGE3_CONTENTS:-${STAGE3}.CONTENTS}" -- 2.26.2