From: root Date: Wed, 2 Aug 2017 14:19:30 +0000 (-0500) Subject: Reformatting graph.versions and DGs X-Git-Tag: v1.2.0~67 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=30eff3fa5c30cd79b699b881cc0a689b43977b6f;p=appc%2Fdeployment.git Reformatting graph.versions and DGs The DGs and the graph.versions located in the platform-logic folder (the one that loads and activates the DGs into the DB as defined by graph.versions) are formatted as DOS/noeol files which breaks the process to activate/load these DGs into the DB. Formatting these files to UNIX format. Change-Id: I31c626675801fb37d3de73fae7aa25c4ad59af71 Signed-off-by: root Issue: [APPC-99] --- diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index 3982e23..8b28b2b 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -378,7 +378,7 @@ exec - /usr/bin/find + find ${basedir}/target/docker-stage/opt/openecomp/appc -name diff --git a/platform-logic/installer/src/assembly/assemble_zip.xml b/platform-logic/installer/src/assembly/assemble_zip.xml index 258de8d..8fc1342 100644 --- a/platform-logic/installer/src/assembly/assemble_zip.xml +++ b/platform-logic/installer/src/assembly/assemble_zip.xml @@ -40,6 +40,7 @@ **/*.xml **/graph.versions + unix