JIRA: RELENG-40
Change-Id: Ibc5adc3096c0b279e2546dfcd360f72883c764a0
Signed-off-by: Tim Rozet <trozet@redhat.com>
# log info to console
echo "Starting the build of Apex using OpenStack Master packages. This will take some time..."
echo "---------------------------------------------------------------------------------------"
+ echo "Build flags for this build are ${FLAGS}"
+ echo "---------------------------------------------------------------------------------------"
echo
# create the cache directory if it doesn't exist
[[ -d $CACHE_DIRECTORY ]] || mkdir -p $CACHE_DIRECTORY