From: W. Trevor King Date: Wed, 8 Oct 2014 18:19:56 +0000 (-0700) Subject: build.sh: Bump DATE to 20141002 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2d6cd7679a4fc217c737192da54bdffa35163b31;p=dockerfile.git build.sh: Bump DATE to 20141002 No reason, just staying current. --- diff --git a/build.sh b/build.sh index 298bff5..829a0a6 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ AUTHOR="${AUTHOR:-W. Trevor King }" NAMESPACE="${NAMESPACE:-wking}" -DATE="${DATE:-20140911}" +DATE="${DATE:-20141002}" MIRROR="${MIRROR:-http://distfiles.gentoo.org/}" ARCH_URL="${ARCH_URL:-${MIRROR}releases/amd64/autobuilds/${DATE}/}" STAGE3="${STAGE3:-stage3-amd64-${DATE}.tar.bz2}"