[arvados] updated: 2.1.0-2620-g7c556448f

git repository hosting git at public.arvados.org
Sun Jun 26 23:24:48 UTC 2022


Summary of changes:
 tools/salt-install/installer.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

       via  7c556448f24afeed5c78a0ba94a857a22bce19b4 (commit)
      from  92b1674e901bc795adb8ab8662ab97fd271ff941 (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 7c556448f24afeed5c78a0ba94a857a22bce19b4
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Sun Jun 26 19:24:27 2022 -0400

    18870: Commits stuff
    
    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 4d601d9bf..a943fff6a 100755
--- a/tools/salt-install/installer.sh
+++ b/tools/salt-install/installer.sh
@@ -64,8 +64,12 @@ case "$subcmd" in
 
 	source ${CONFIG_FILE}
 
+	set -x
+
 	git add -A
-	git commit -m"prepare for deploy"
+	if ! git diff --exit-code ; then
+	    git commit -m"prepare for deploy"
+	fi
 	for NODE in "${!NODES[@]}"
 	do
 	    if test $NODE = localhost ; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list