summaryrefslogtreecommitdiffstats
path: root/conductor/assembly.xml
diff options
context:
space:
mode:
authorIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>2018-03-13 12:45:36 -0400
committerIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>2018-03-13 12:49:33 -0400
commit3871d29d2414548083b1308298517562e6728117 (patch)
tree3690f4e61539b0084cab116645647898f767b7f0 /conductor/assembly.xml
parent6b4a181efbe7234074539ee9b2abed72fd7af964 (diff)
Corrected Nexus Package content
Before dockerzation can proceed, contents of the package must be correct. Few folders/files were missing. Changed assembly.xml to include all but the ones that are not needed. Also, removed files from conductor/conductor folder that were thought to have contributed to the correction of the package initially. conductor/conductor/README.rst conductor/conductor/README.md conductor/conductor/setup.py conductor/conductor/setup.cfg These files are actually not needed in that level of folder (conductor/condcutor) - They should exist only on the main conductor/ folder. Issue-ID: OPTFRA-123 Change-Id: I006694ddc8e7e5de21ad17fb0d4720c5b19dc960 Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Diffstat (limited to 'conductor/assembly.xml')
-rw-r--r--conductor/assembly.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/conductor/assembly.xml b/conductor/assembly.xml
index b190852..f1ce62d 100644
--- a/conductor/assembly.xml
+++ b/conductor/assembly.xml
@@ -20,16 +20,17 @@
<fileSets>
<fileSet>
<includes>
- <include>LICENSE</include>
- <include>README.rst</include>
- <include>conductor/**</include>
- <include>doc/**</include>
- <include>etc/**</include>
- <include>requirements.txt</include>
+ <include>*/**</include>
</includes>
<excludes>
<exclude>**/*.pyc</exclude>
- </excludes>
+ <exclude>target/**</exclude>
+ <exclude>docker/**</exclude>
+ <exclude>cover/**</exclude>
+ <exclude>pom.xml</exclude>
+ <exclude>assembly.xml</exclude>
+ <exclude>xunit-results.xml</exclude>
+ </excludes>
</fileSet>
</fileSets>
<baseDirectory>conductor</baseDirectory>