Parser miss files(*.conf, *.yaml, *.meta, *.sh) when create a 45/17945/2
authorshangxdy <shang.xiaodong@zte.com.cn>
Wed, 3 Aug 2016 03:05:21 +0000 (11:05 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Wed, 3 Aug 2016 03:46:25 +0000 (11:46 +0800)
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 <shang.xiaodong@zte.com.cn>
tosca2heat/heat-translator/MANIFEST.in
tosca2heat/tosca-parser/MANIFEST.in

index 90f8a7a..1fc29b3 100644 (file)
@@ -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
index 90f8a7a..1fc29b3 100644 (file)
@@ -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