From f8faed12d30683ae0dd3ab08991712ed3c33d703 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Wed, 3 Aug 2016 11:05:21 +0800 Subject: Parser miss files(*.conf, *.yaml, *.meta, *.sh) when create a distribution when create a source or binary distribution, Parser project miss the follow files: 1. heat_translator 1) heat_translator_logging.conf; 2) translator.conf 3) all yaml files in tests directories; 4) all bash script in tests directories; 5) all python script in tests directories; 2. toscad-parser 1) TOSCA_definition_1_0.yaml in elements directory; 2) TOSCA_nfv_definition_1_0.yaml in nfv directory; 3) all yaml files in tests directories; 4) all bash script in tests directories; 5) all python script in tests directories; All the missed files above will cause the parser work failure JIRA:PARSER-75 Change-Id: I124eeff4b94607a68cbba2f2d7f754cba8671a42 Signed-off-by: shangxdy --- tosca2heat/heat-translator/MANIFEST.in | 10 +++++++++- tosca2heat/tosca-parser/MANIFEST.in | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/tosca2heat/heat-translator/MANIFEST.in b/tosca2heat/heat-translator/MANIFEST.in index 90f8a7a..1fc29b3 100644 --- a/tosca2heat/heat-translator/MANIFEST.in +++ b/tosca2heat/heat-translator/MANIFEST.in @@ -1,6 +1,14 @@ include AUTHORS include ChangeLog +global-include *.py +global-include *.yaml +global-include *.sh +global-include *.txt +global-include *.csar +global-include *.zip +global-include *.meta +global-include *.conf exclude .gitignore exclude .gitreview -global-exclude *.pyc \ No newline at end of file +global-exclude *.pyc diff --git a/tosca2heat/tosca-parser/MANIFEST.in b/tosca2heat/tosca-parser/MANIFEST.in index 90f8a7a..1fc29b3 100644 --- a/tosca2heat/tosca-parser/MANIFEST.in +++ b/tosca2heat/tosca-parser/MANIFEST.in @@ -1,6 +1,14 @@ include AUTHORS include ChangeLog +global-include *.py +global-include *.yaml +global-include *.sh +global-include *.txt +global-include *.csar +global-include *.zip +global-include *.meta +global-include *.conf exclude .gitignore exclude .gitreview -global-exclude *.pyc \ No newline at end of file +global-exclude *.pyc -- cgit 1.2.3-korg