Adds logging for build flags used 55/2155/1 arno.2015.2.0
authorTim Rozet <trozet@redhat.com>
Wed, 30 Sep 2015 19:32:06 +0000 (15:32 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 30 Sep 2015 19:32:06 +0000 (15:32 -0400)
JIRA: RELENG-40

Change-Id: Ibc5adc3096c0b279e2546dfcd360f72883c764a0
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml

index 7c91a5c..6020bc1 100644 (file)
             # 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