[arvados] updated: 2.6.0-595-g6f20d77e7e
git repository hosting
git at public.arvados.org
Thu Sep 14 21:03:34 UTC 2023
Summary of changes:
tools/salt-install/provision.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 6f20d77e7eb89cad79fb486d8df681294c16f20a (commit)
from 284a69986ca9e9057752b60a3e7099c426129060 (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 6f20d77e7eb89cad79fb486d8df681294c16f20a
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Thu Sep 14 18:02:44 2023 -0300
20926: Makes regex for postgres.client state more strict.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index be56a9103c..beac6b0353 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -820,7 +820,7 @@ else
echo " - nginx.passenger" >> ${STATES_TOP}
fi
echo " - extra.passenger_rvm" >> ${STATES_TOP}
- grep -q "\- postgres.client$" ${STATES_TOP} || echo " - postgres.client" >> ${STATES_TOP}
+ grep -q "^ - postgres\\.client$" ${STATES_TOP} || echo " - postgres.client" >> ${STATES_TOP}
### If we don't install and run LE before arvados-api-server, it fails and breaks everything
### after it. So we add this here as we are, after all, sharing the host for api and controller
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list