[arvados] updated: 2.1.0-2631-ga21c5e2fd

git repository hosting git at public.arvados.org
Mon Jun 27 02:57:56 UTC 2022


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

       via  a21c5e2fd2b95caf0884917c1a99d4485374b2c0 (commit)
      from  b972f160397d301d40b889c68fba0d31d12f8d51 (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 a21c5e2fd2b95caf0884917c1a99d4485374b2c0
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Sun Jun 26 22:57:08 2022 -0400

    18870: Need to declare NODES as array
    
    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 fde261611..534ee629c 100755
--- a/tools/salt-install/installer.sh
+++ b/tools/salt-install/installer.sh
@@ -6,6 +6,8 @@
 
 set -e
 
+declare -A NODES
+
 sync() {
     if test "$NODE" != localhost ; then
 	if ! ssh $NODE test -d arvados-setup ; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list