[arvados] updated: 2.4.2-21-g6d04694d2
git repository hosting
git at public.arvados.org
Mon Sep 12 20:06:07 UTC 2022
Summary of changes:
tools/salt-install/installer.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 6d04694d27d32591404310be790a212f9804142a (commit)
from c1a2ea038d331749aa1409259a76ac8fde1683f6 (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 6d04694d27d32591404310be790a212f9804142a
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".
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