From cdf7af989b8835feffe0b548118128f1cda9cb86 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 24 Nov 2014 18:00:13 -0500 Subject: [PATCH] docker: update to official 1.3.2 release This differs from the version on 509.1.0 and 494.1.0 since it is from the upstream tag instead of a manually applied patch series. The code and resulting build is identical though. --- .../docker/{docker-1.3.0-r2.ebuild => docker-1.3.2-r1.ebuild} | 0 .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker/{docker-1.3.0-r2.ebuild => docker-1.3.2-r1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.3.0-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.3.2-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.3.0-r2.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.3.2-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild index 550ca98c71..75d61e263d 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild @@ -17,8 +17,8 @@ if [[ ${PV} == *9999 ]]; then DOCKER_GITCOMMIT="deadbee" KEYWORDS="~amd64" else - CROS_WORKON_COMMIT="c78088fe3d1b90640c637d8c3457de3caa0c7a24" # v1.3.0 - DOCKER_GITCOMMIT="c78088f" + CROS_WORKON_COMMIT="39fa2faad2f3d6fa5133de4eb740677202f53ef4" # v1.3.2 + DOCKER_GITCOMMIT="39fa2fa" KEYWORDS="amd64" fi