[ARVADOS] updated: 09e62332e52606a4dccb8999ead54eb21eab5741

Git user git at public.curoverse.com
Wed Aug 16 11:27:29 EDT 2017


Summary of changes:
 build/run-build-docker-images.sh | 4 ++++
 1 file changed, 4 insertions(+)

       via  09e62332e52606a4dccb8999ead54eb21eab5741 (commit)
      from  78f9bd9ee7166139483991f5e1517fa49f310ac2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 09e62332e52606a4dccb8999ead54eb21eab5741
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Wed Aug 16 11:26:25 2017 -0400

    Make it a little more obvious which arvbox docker images are being built.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/build/run-build-docker-images.sh b/build/run-build-docker-images.sh
index 9f4f812..fd7b38e 100755
--- a/build/run-build-docker-images.sh
+++ b/build/run-build-docker-images.sh
@@ -128,6 +128,8 @@ timer_reset
 # clean up the docker build environment
 cd "$WORKSPACE"
 
+title "Starting arvbox build localdemo"
+
 tools/arvbox/bin/arvbox build localdemo
 ECODE=$?
 
@@ -136,6 +138,8 @@ if [[ "$ECODE" != "0" ]]; then
     EXITCODE=$(($EXITCODE + $ECODE))
 fi
 
+title "Starting arvbox build dev"
+
 tools/arvbox/bin/arvbox build dev
 
 ECODE=$?

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list