diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2020-03-05 13:12:27 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-24 06:01:11 +0000 |
commit | cb30f3a566b73c78c3ea666acfcd3f288098684a (patch) | |
tree | 38cd1acb83ddde2b927485611d130bbeec3c1a4b /catalog-be/src/main/assembly/normatives.xml | |
parent | bdbfc2e460ccb561c3e174260b2908b974996d4f (diff) |
Refactoring the sdc-BE-init python scripts
Deeper refactoring of python script:
- create the python package with init script
- support for python 3.x
- reuse code
- new design
- support for .json conf file
- update the docker chef script
Issue-ID: SDC-2784
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I02169eb7d0e3e90851ba1811536d1712c3b4145f
Diffstat (limited to 'catalog-be/src/main/assembly/normatives.xml')
-rw-r--r-- | catalog-be/src/main/assembly/normatives.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/catalog-be/src/main/assembly/normatives.xml b/catalog-be/src/main/assembly/normatives.xml index 059867224e..03ad2f86de 100644 --- a/catalog-be/src/main/assembly/normatives.xml +++ b/catalog-be/src/main/assembly/normatives.xml @@ -10,9 +10,9 @@ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assemb <directory>src/main/resources/import</directory> <outputDirectory>import</outputDirectory> </fileSet> - <fileSet> - <directory>src/main/resources/scripts</directory> - <outputDirectory>scripts</outputDirectory> - </fileSet> +<!-- <fileSet>--> +<!-- <directory>src/main/resources/scripts</directory>--> +<!-- <outputDirectory>scripts</outputDirectory>--> +<!-- </fileSet>--> </fileSets> </assembly> |