From fe7ed7929ba80c302ac455b19d83e01ab7ca416b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 13 Feb 2014 15:09:43 -0800 Subject: [PATCH] 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. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.26.2