From bab545f35b826d9b62b26b42b36c6e458f484416 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sun, 11 Aug 2013 14:03:00 -0400 Subject: [PATCH] bump(coreos-base/coreos-init): Update to latest init code, includes c10n Biggest diff here: coreos-init has a Makefile that supports the usual 'install' and 'test' targets so no file copying is required now. coreos-c10n has moved to init from etcd and has its own service now. This version of init also includes support for automounting virtfs filesystems under qemu for use with an updated version of c10n but for now c10n remains unchanged. Optionally unit tests are available too! --- ...13.ebuild => coreos-init-0.0.1-r14.ebuild} | 0 .../coreos-init/coreos-init-0.0.1.ebuild | 27 +++++-------------- .../coreos-init/coreos-init-9999.ebuild | 25 ++++------------- 3 files changed, 11 insertions(+), 41 deletions(-) rename sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/{coreos-init-0.0.1-r13.ebuild => coreos-init-0.0.1-r14.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r13.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r14.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r13.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r14.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1.ebuild index 7adf9af103..9f091f2943 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1.ebuild @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="4" -CROS_WORKON_COMMIT="38505c2cd170420f0623564794063769a4147aa5" +CROS_WORKON_COMMIT="84b679b9525db179a3bf78e9e67ab5553d0cc636" CROS_WORKON_PROJECT="coreos/init" CROS_WORKON_LOCALNAME="init" @@ -16,13 +16,15 @@ SRC_URI="" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm x86" -IUSE="nfs" +IUSE="test" # Daemons we enable here must installed during build/install in addition to # during runtime so the systemd unit enable step works. DEPEND=" net-misc/dhcpcd net-misc/openssh + !