[arvados] updated: 2.1.0-2969-g18292fffc

git repository hosting git at public.arvados.org
Fri Dec 2 17:12:01 UTC 2022


Summary of changes:
 tools/salt-install/installer.sh | 1 +
 1 file changed, 1 insertion(+)

       via  18292fffce3fcfe1c65121bc89deb38168bd840d (commit)
      from  1f13763d7da966618550163d43691c6cfb14dda0 (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 18292fffce3fcfe1c65121bc89deb38168bd840d
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Dec 2 12:11:09 2022 -0500

    19215: Add -o pipefail to installer.sh
    
    This avoids having "| tee" suppress errors that should have caused the
    script to stop.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/tools/salt-install/installer.sh b/tools/salt-install/installer.sh
index 5f6e7a038..eae79c614 100755
--- a/tools/salt-install/installer.sh
+++ b/tools/salt-install/installer.sh
@@ -14,6 +14,7 @@
 #
 
 set -eu
+set -o pipefail
 
 # The parameter file
 declare CONFIG_FILE=local.params

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list