[arvados] updated: 2.1.0-2619-g92b1674e9
git repository hosting
git at public.arvados.org
Sun Jun 26 23:13:39 UTC 2022
Summary of changes:
tools/salt-install/installer.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 92b1674e901bc795adb8ab8662ab97fd271ff941 (commit)
from adc2ba2a2708927162f06304c516503b4c255f82 (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 92b1674e901bc795adb8ab8662ab97fd271ff941
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Sun Jun 26 19:13:24 2022 -0400
18870: Fix remote add
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 63db3378e..4d601d9bf 100755
--- a/tools/salt-install/installer.sh
+++ b/tools/salt-install/installer.sh
@@ -73,7 +73,7 @@ case "$subcmd" in
else
if ! ssh $NODE test -d arvados-setup.git ; then
ssh $NODE git init --bare arvados-setup.git
- git add remote $NODE $DEPLOY_USER@$NODE:arvados-setup.git
+ git remote add $NODE $DEPLOY_USER@$NODE:arvados-setup.git
git push $NODE
ssh $NODE git clone arvados-setup.git arvados-setup
fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list