From 3a9459993b24a910627ac347abdaa29fcff32ccb Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 15 Jan 2015 18:53:16 -0800 Subject: [PATCH] mantle: update package path for plume command Not including kola yet since I haven't godep'ed it. --- .../mantle/{mantle-0.0.1.ebuild => mantle-0.0.2.ebuild} | 0 .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/{mantle-0.0.1.ebuild => mantle-0.0.2.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.1.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-0.0.2.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild index 344a9b08d2..2efb937c1d 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild @@ -9,7 +9,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64" else - CROS_WORKON_COMMIT="14c53ce56771da9bc9a3f80a2f05a2aa65780e60" + CROS_WORKON_COMMIT="a1a810b88e4fca2c320a31a740796eaffecab57f" KEYWORDS="amd64" fi @@ -21,5 +21,5 @@ LICENSE="Apache-2" SLOT="0" src_compile() { - go_build "${COREOS_GO_PACKAGE}"/plume + go_build "${COREOS_GO_PACKAGE}"/cmd/plume }