From 39f953802fb91a75f379d9af0764d99334fcf99c Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 10 Apr 2012 11:59:38 -0700 Subject: [PATCH] Move cfntools to heat directory so they are accessible by jeos_create Signed-off-by: Steven Dake --- MANIFEST.in | 3 +++ {cftools => heat/cfntools}/README | 0 {cftools => heat/cfntools}/cfn-hup | 0 {cftools => heat/cfntools}/cfn-init | 0 {cftools => heat/cfntools}/cfn-signal | 0 5 files changed, 3 insertions(+) rename {cftools => heat/cfntools}/README (100%) rename {cftools => heat/cfntools}/cfn-hup (100%) rename {cftools => heat/cfntools}/cfn-init (100%) rename {cftools => heat/cfntools}/cfn-signal (100%) diff --git a/MANIFEST.in b/MANIFEST.in index bcc7d540b1..f5d5773cb5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,6 +9,9 @@ include heat/jeos/F16-x86_64-gold-jeos.tdl include heat/jeos/F17-x86_64-gold-jeos.tdl include heat/jeos/F16-x86_64-cftools-jeos.tdl include heat/jeos/F17-x86_64-cftools-jeos.tdl +include heat/cfntools/cfn-init +include heat/cfntools/cfn-hup +include heat/cfntools/cfn-signal include heat/db/sqlalchemy/migrate_repo/migrate.cfg graft etc graft docs diff --git a/cftools/README b/heat/cfntools/README similarity index 100% rename from cftools/README rename to heat/cfntools/README diff --git a/cftools/cfn-hup b/heat/cfntools/cfn-hup similarity index 100% rename from cftools/cfn-hup rename to heat/cfntools/cfn-hup diff --git a/cftools/cfn-init b/heat/cfntools/cfn-init similarity index 100% rename from cftools/cfn-init rename to heat/cfntools/cfn-init diff --git a/cftools/cfn-signal b/heat/cfntools/cfn-signal similarity index 100% rename from cftools/cfn-signal rename to heat/cfntools/cfn-signal