[arvados] updated: 2.7.0-5833-g77b67dabf8
git repository hosting
git at public.arvados.org
Mon Jan 15 20:29:48 UTC 2024
Summary of changes:
tools/salt-install/provision.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 77b67dabf88ea3620576e417bd24ee63f0a0904e (commit)
from f7f5f48a2c092f0f2815c7e73c3eae0cf2f592b3 (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 77b67dabf88ea3620576e417bd24ee63f0a0904e
Author: Brett Smith <brett.smith at curii.com>
Date: Mon Jan 15 15:29:34 2024 -0500
21383: Use postgres formula with support for Debian 12
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index 0faea568c8..2ed946a2cd 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -289,8 +289,8 @@ SALT_VERSION="3006"
# Other formula versions we depend on
#POSTGRES_TAG="v0.44.0"
#POSTGRES_URL="https://github.com/saltstack-formulas/postgres-formula.git"
-POSTGRES_TAG="0.45.0-bugfix327"
-POSTGRES_URL="https://github.com/arvados/postgres-formula.git"
+POSTGRES_TAG="0.45.0-debian12"
+POSTGRES_URL="https://github.com/brettcs/postgres-formula.git"
NGINX_TAG="v2.8.1"
DOCKER_TAG="v2.4.2"
LOCALE_TAG="v0.3.4"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list