BUILD: Update binary location for consolidated repo

This commit is contained in:
Matt Lawrence 2019-01-05 00:43:18 -05:00 committed by Matt
parent c7a2702b64
commit 88fcadf4aa

View File

@ -102,7 +102,7 @@ fi
# Make an MD5sum of each as is required for the Solo and Controller to accept the files.
# The tar.gz and the .md5 go directly in the /log/updates/ directory on the solo and/or controller.
COMP="completed_$(date +%F_%H-%M)"
NEW_DIR=/vagrant/binaries/$COMP
NEW_DIR=/vagrant/solo-builder/binaries/$COMP
echo $COMP > /tmp/COMP.txt
mkdir -p $NEW_DIR
cd $NEW_DIR