[openstack-heat-templates/el6-icehouse] Remove validate-templates

Jeff Peeler jpeeler at fedoraproject.org
Mon Apr 7 21:51:22 UTC 2014


commit 3b0275f2bc2e951e4ca9c8432c65b368e43451d4
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Mon Apr 7 17:21:52 2014 -0400

    Remove validate-templates
    
    (All it does is call heat template-validate on each template)

 openstack-heat-templates.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/openstack-heat-templates.spec b/openstack-heat-templates.spec
index c53db58..20e22ab 100644
--- a/openstack-heat-templates.spec
+++ b/openstack-heat-templates.spec
@@ -32,6 +32,7 @@ Heat example templates and image building elements
 mkdir -p %{buildroot}%{_bindir}
 mkdir -p %{buildroot}%{_datadir}/%{name}
 rm -f tools/fetch-cloudformation-examples
+rm -f tools/validate-templates
 cp -aR tools/* %{buildroot}%{_bindir}
 cp -aR cfn %{buildroot}%{_datadir}/%{name}
 cp -aR hot %{buildroot}%{_datadir}/%{name}


More information about the scm-commits mailing list