diff options
author | Tim Rozet <trozet@redhat.com> | 2015-09-30 15:32:06 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2015-09-30 15:32:06 -0400 |
commit | 70abf2a39dd9bd74a6f40dbd0571280f4961450a (patch) | |
tree | 636ff8f580144e03d4c0dec2e6f9740bb41c92ab /jjb | |
parent | 140a1099660354535c07d9baf863998e6a58b6cc (diff) |
Adds logging for build flags usedarno.2015.2.0
JIRA: RELENG-40
Change-Id: Ibc5adc3096c0b279e2546dfcd360f72883c764a0
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 7c91a5c1f..6020bc161 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -224,6 +224,8 @@ # 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 |