From 3871d29d2414548083b1308298517562e6728117 Mon Sep 17 00:00:00 2001 From: "Ikram Ikramullah (ikram@research.att.com)" Date: Tue, 13 Mar 2018 12:45:36 -0400 Subject: 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) --- build-dockers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-dockers.sh') diff --git a/build-dockers.sh b/build-dockers.sh index 37698c8..6814e3e 100755 --- a/build-dockers.sh +++ b/build-dockers.sh @@ -1,5 +1,5 @@ #!/bin/bash -# TODO (IKRAM): need to test api only first to test the docker upload chain. +# TODO (IKRAM): need to test api only first to test the docker upload chain. # Will enable the others once api is tested docker build -t api conductor/docker/api/ docker build -t controller conductor/docker/controller/ -- cgit 1.2.3-korg