From: W. Trevor King Date: Sat, 28 Dec 2013 23:05:59 +0000 (-0800) Subject: build.sh: Bump DATE to 20131226 to match the new weekly build X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4b345e6324aa1c55af75a374d982338a18b7a615;p=dockerfile.git build.sh: Bump DATE to 20131226 to match the new weekly build --- diff --git a/build.sh b/build.sh index 5d59a7a..197bdbd 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ AUTHOR="${AUTHOR:-W. Trevor King }" NAMESPACE="${NAMESPACE:-wking}" -DATE="${DATE:-20131212}" +DATE="${DATE:-20131226}" 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}"