[arvados] updated: 2.1.0-2892-g98061a871
git repository hosting
git at public.arvados.org
Tue Sep 13 16:14:35 UTC 2022
Summary of changes:
tools/salt-install/installer.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 98061a871b41881671c4744148ea98bbd08664ae (commit)
from 331ed2fb4d3588a12f8db2ead7cd3f87123ecfbd (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 98061a871b41881671c4744148ea98bbd08664ae
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Sep 12 16:03:10 2022 -0400
Set "GITTARGET=.arvados-deploy-config-cluster" so it is hidden
This is because it's easy to confuse with the origin directory
"setup-arvados-cluster".
no issue #
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 e5ff7be4e..6d561a22b 100755
--- a/tools/salt-install/installer.sh
+++ b/tools/salt-install/installer.sh
@@ -102,7 +102,7 @@ loadconfig() {
echo "Must be run from initialized setup dir, maybe you need to 'initialize' first?"
fi
source ${CONFIG_FILE}
- GITTARGET=arvados-deploy-config-${CLUSTER}
+ GITTARGET=.arvados-deploy-config-${CLUSTER}
}
subcmd="$1"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list