From d14e93cc4519a303846d83b7a991e0751ee391bd Mon Sep 17 00:00:00 2001 From: Felipe de Jesus Ruiz Garcia Date: Thu, 5 Jul 2018 11:19:56 -0500 Subject: [PATCH] fixing namefile running make build Building from scratch `make build` command fails output says: the toCOPY/generate-cgcs-centos-repo is not found because this file was rename in the patchset https://review.openstack.org/#/c/579709/ Change-Id: I201d40ccbb48c09d5cbb58eb4435d570b824f451 Signed-off-by: Felipe de Jesus Ruiz Garcia --- Dockerfile.centos73.TC-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.centos73.TC-builder b/Dockerfile.centos73.TC-builder index 31b1f41b..6d3981c3 100644 --- a/Dockerfile.centos73.TC-builder +++ b/Dockerfile.centos73.TC-builder @@ -117,7 +117,7 @@ RUN useradd -r -u $MYUID -g cgts -m $MYUNAME && \ COPY toCOPY/finishSetup.sh /usr/local/bin COPY toCOPY/generate-cgcs-tis-repo /usr/local/bin -COPY toCOPY/generate-cgcs-centos-repo /usr/local/bin +COPY toCOPY/generate-cgcs-centos-repo.sh /usr/local/bin COPY toCOPY/.inputrc /home/$MYUNAME/ COPY toCOPY/.gitconfig /home/$MYUNAME/