From: W. Trevor King Date: Wed, 16 Apr 2014 19:49:51 +0000 (-0700) Subject: build.sh: DATE to 20140410 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4d80449e8496cc3da73f9659fcba105a91695385;p=dockerfile.git build.sh: DATE to 20140410 Some of content needed by the old snapshot is no longer mirrored (e.g. netaddr-0.7.10_p20130801.tar.gz used by dev-python/netaddr needed for docker-registry). --- diff --git a/build.sh b/build.sh index 0b3edeb..d3f0c01 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ AUTHOR="${AUTHOR:-W. Trevor King }" NAMESPACE="${NAMESPACE:-wking}" -DATE="${DATE:-20140206}" +DATE="${DATE:-20140410}" MIRROR="${MIRROR:-http://distfiles.gentoo.org/}" ARCH_URL="${ARCH_URL:-${MIRROR}releases/amd64/autobuilds/${DATE}/}" STAGE3="${STAGE3:-stage3-amd64-${DATE}.tar.bz2}"