From 30eff3fa5c30cd79b699b881cc0a689b43977b6f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Aug 2017 09:19:30 -0500 Subject: [PATCH] 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] --- installation/appc/pom.xml | 2 +- platform-logic/installer/src/assembly/assemble_zip.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.16.6