From: W. Trevor King Date: Thu, 13 Feb 2014 23:09:43 +0000 (-0800) Subject: build.sh: Use autobuilds for ARCH_URL instead of current-stage3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe7ed7929ba80c302ac455b19d83e01ab7ca416b;p=dockerfile.git build.sh: Use autobuilds for ARCH_URL instead of current-stage3 The autobuilds directory contains a few rounds of older stages, while current-stage3 has only the most recent stage. --- diff --git a/build.sh b/build.sh index 2926e7d..a291782 100755 --- a/build.sh +++ b/build.sh @@ -28,7 +28,7 @@ AUTHOR="${AUTHOR:-W. Trevor King }" NAMESPACE="${NAMESPACE:-wking}" DATE="${DATE:-20140206}" MIRROR="${MIRROR:-http://distfiles.gentoo.org/}" -ARCH_URL="${ARCH_URL:-${MIRROR}releases/amd64/current-stage3/}" +ARCH_URL="${ARCH_URL:-${MIRROR}releases/amd64/autobuilds/${DATE}/}" STAGE3="${STAGE3:-stage3-amd64-${DATE}.tar.bz2}" STAGE3_CONTENTS="${STAGE3_CONTENTS:-${STAGE3}.CONTENTS}" STAGE3_DIGESTS="${STAGE3_DIGESTS:-${STAGE3}.DIGESTS.asc}"