From: W. Trevor King Date: Mon, 27 Jan 2014 05:34:13 +0000 (-0800) Subject: build.sh: Use generic distfiles.gentoo.org for MIRROR X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=05e6198b43a8e0b1914891919e7895196b90e382;p=dockerfile.git 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. --- 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}"