build.sh: Use autobuilds for ARCH_URL instead of current-stage3
authorW. Trevor King <wking@tremily.us>
Thu, 13 Feb 2014 23:09:43 +0000 (15:09 -0800)
committerW. Trevor King <wking@tremily.us>
Thu, 13 Feb 2014 23:09:43 +0000 (15:09 -0800)
The autobuilds directory contains a few rounds of older stages, while
current-stage3 has only the most recent stage.

build.sh

index 2926e7d75256e63bd61b39d00ca6b5172e2d694a..a29178289ee80ad9332f08b5cd51cc051527e191 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -28,7 +28,7 @@ AUTHOR="${AUTHOR:-W. Trevor King <wking@tremily.us>}"
 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}"