From ab5ff0bb2f8d315152f5500f625db4710f824935 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 6 May 2015 19:47:13 -0400 Subject: [PATCH] Bump docker to v1.6.1-rc2 --- .../docker/{docker-1.6.0-r1.ebuild => docker-1.6.1_rc2.ebuild} | 0 .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker/{docker-1.6.0-r1.ebuild => docker-1.6.1_rc2.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.6.0-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.6.1_rc2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.6.0-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.6.1_rc2.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 cdb2cb1585..c4a7a5445e 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 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then DOCKER_GITCOMMIT="" KEYWORDS="" else - CROS_WORKON_COMMIT="47496519da9664202d900d3635bb840509fa9647" # v1.6.0 + CROS_WORKON_COMMIT="17f157d4d2e1ae080fb946d48976b30a28523ed9" # v1.6.1-rc2 DOCKER_GITCOMMIT="${CROS_WORKON_COMMIT:0:7}" KEYWORDS="amd64" fi