From 44e74550f888ec506613471c7d5482d5ce167d06 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 31 Aug 2015 12:49:59 -0700 Subject: [PATCH] app-emulation/docker: Update CROS_WORKON_COMMIT for arm64 Signed-off-by: Geoff Levand --- .../docker/{docker-1.7.1-r3.ebuild => docker-1.7.1-r4.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.7.1-r3.ebuild => docker-1.7.1-r4.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.7.1-r3.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.7.1-r4.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.7.1-r3.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.7.1-r4.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 0c401dac51..dc938a53f1 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="unknown" KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="2c2c52bff8d17a68d6a6dbfdcf99d9c1e2e41541" # v1.7.1 with backport + CROS_WORKON_COMMIT="9f9e6fd7733ad788f11890b6805de20ba0309c3f" # v1.7.1 with backports DOCKER_GITCOMMIT="${CROS_WORKON_COMMIT:0:7}" KEYWORDS="amd64 arm64" fi