From d569f95d5f0ab7752b7baffd5f427740a3113202 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 8 Apr 2014 21:38:03 -0700 Subject: [PATCH] fix(coreos-base/oem-rackspace): Actually install the nova agent! Missed the fact that rsync was failing. :( --- ...rackspace-0.0.1-r6.ebuild => oem-rackspace-0.0.1-r7.ebuild} | 0 .../coreos-base/oem-rackspace/oem-rackspace-0.0.1.ebuild | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/{oem-rackspace-0.0.1-r6.ebuild => oem-rackspace-0.0.1-r7.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/oem-rackspace-0.0.1-r6.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/oem-rackspace-0.0.1-r7.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/oem-rackspace-0.0.1-r6.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/oem-rackspace-0.0.1-r7.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/oem-rackspace-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/oem-rackspace-0.0.1.ebuild index eff05cb9aa..b719144d48 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/oem-rackspace-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-rackspace/oem-rackspace-0.0.1.ebuild @@ -25,7 +25,8 @@ RDEPEND=" " src_install() { - rsync --exclude=".git" -aq ${S}/ ${D}/usr/share/oem/nova-agent/ + dodir /usr/share/oem/nova-agent + rsync --exclude=".git" -aq ${S}/ ${D}/usr/share/oem/nova-agent/ || die insinto "/usr/share/oem" doins ${FILESDIR}/cloud-config.yml