[arvados] updated: 2.1.0-2626-g42ff3bce5

git repository hosting git at public.arvados.org
Mon Jun 27 01:23:37 UTC 2022


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

       via  42ff3bce565cca0d8a3bf06e3eaa77bf039078bd (commit)
      from  fb457085545ac2ed304e076369a53c75250bc9de (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 42ff3bce565cca0d8a3bf06e3eaa77bf039078bd
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Sun Jun 26 21:23:24 2022 -0400

    18870: Fix typo
    
    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 6fdd0320f..90584b36f 100755
--- a/tools/salt-install/installer.sh
+++ b/tools/salt-install/installer.sh
@@ -7,9 +7,7 @@
 set -e
 
 sync() {
-    if test $NODE = localhost ; then
-	# nothing to do
-    else
+    if test "$NODE" != localhost ; then
 	if ! ssh $NODE test -d arvados-setup ; then
 	    ssh $NODE git init --bare arvados-setup.git
 	    if ! git remote add $NODE $DEPLOY_USER@$NODE:arvados-setup.git ; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list