[ARVADOS-DEV] updated: 38d8c684a7c892062811fba3ecca012bed2478b9

Git user git at public.arvados.org
Wed Dec 16 14:54:50 UTC 2020


Summary of changes:
 jenkins/run-deploy-salt.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  38d8c684a7c892062811fba3ecca012bed2478b9 (commit)
      from  c0422e5502fe6ff03393f0df9d2c24dc2030dbbe (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 38d8c684a7c892062811fba3ecca012bed2478b9
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Dec 16 09:54:33 2020 -0500

    No need to sudo to run salt.
    
    refs #16925
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/jenkins/run-deploy-salt.sh b/jenkins/run-deploy-salt.sh
index c09bb27..ea85ea3 100755
--- a/jenkins/run-deploy-salt.sh
+++ b/jenkins/run-deploy-salt.sh
@@ -100,7 +100,7 @@ function run_salt() {
   fi
   shift
   shift
-  ssh -o "ConnectTimeout 5" -o "LogLevel QUIET" $SALT_MASTER sudo salt --out=txt \'*$cluster*\' cmd.run \'$(IFS=\0;echo "$@")\' $E
+  ssh -o "ConnectTimeout 5" -o "LogLevel QUIET" $SALT_MASTER salt --out=txt \'*$cluster*\' cmd.run \'$(IFS=\0;echo "$@")\' $E
 }
 
 if [[ -z "$SALT_MASTER" ]]; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list