[openstack-heat-templates] Remove validate-templates

Jeff Peeler jpeeler at fedoraproject.org
Mon Apr 7 21:25:40 UTC 2014


commit 1145b7eccc0b385f64a90392c96e5aa824d8256c
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 e3ee2d8..ff01b99 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