From e7bb84fd127c17a2e0fbdaa1195aa0799a707f02 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 3 Jul 2014 12:01:13 -0700 Subject: [PATCH] app-emulation/docker: bump to 1.1.0 --- .../docker/{docker-1.0.1.ebuild => docker-1.1.0.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.0.1.ebuild => docker-1.1.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.1.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.0.1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.1.0.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 4c0f7e1a66..3369a7e071 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="990021ac2b4a4c8e6ae66dd331c372f70eec3b7a" # v1.0.1 - DOCKER_GITCOMMIT="990021a" + CROS_WORKON_COMMIT="79812e36468c6e9be19b7c028e37787d5ae6288b" # v1.1.0 + DOCKER_GITCOMMIT="79812e3" KEYWORDS="amd64" fi