From: W. Trevor King Date: Fri, 13 Dec 2013 19:41:01 +0000 (-0800) Subject: build.sh: Bump DATE to 20131212 to match the new weekly build X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c1fa09d8ee3e16d04dbd8f371a94753032848062;p=dockerfile.git build.sh: Bump DATE to 20131212 to match the new weekly build --- diff --git a/build.sh b/build.sh index aa533a4..e527ec6 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ AUTHOR="${AUTHOR:-W. Trevor King }" NAMESPACE="${NAMESPACE:-wking}" #PORTAGE="${PORTAGE:-/usr/portage}" -DATE="${DATE:-20131205}" +DATE="${DATE:-20131212}" MIRROR="${MIRROR:-http://mirror.mcs.anl.gov/pub/gentoo/}" ARCH_URL="${ARCH_URL:-${MIRROR}/releases/amd64/current-stage3/}" STAGE3="${STAGE3:-stage3-amd64-${DATE}.tar.bz2}"