[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta1-24-g677d2019a
git at osgeo.org
git at osgeo.org
Sat Nov 20 16:37:19 PST 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 677d2019a7b7da0f4a6b63eac22dd607ffd72a83 (commit)
from 0f98c5d7b2c7ec14263f44ec02f892be3f2d8d93 (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.
- Log -----------------------------------------------------------------
commit 677d2019a7b7da0f4a6b63eac22dd607ffd72a83
Author: Regina Obe <lr at pcorp.us>
Date: Sat Nov 20 19:37:14 2021 -0500
Flip the new berrie64 to use newly compiled pg14
diff --git a/ci/berrie64/pg_init_start.sh b/ci/berrie64/pg_init_start.sh
index 9c86bda59..5f7ecb96c 100644
--- a/ci/berrie64/pg_init_start.sh
+++ b/ci/berrie64/pg_init_start.sh
@@ -4,7 +4,7 @@
export WORKSPACE=/home/jenkins/workspace
export OS_BUILD=64
-export PG_VER=13
+export PG_VER=14
export PGPATH=${WORKSPACE}/pg/label/${label}/rel/pg${PG_VER}w${OS_BUILD}
export PATH=${PATH}:${PGPATH}/bin:${PGPATH}/lib
export PGPORT=55432
diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index 17526092e..583a51608 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -9,7 +9,7 @@ export WORKSPACE=/home/jenkins/workspace
cd ${WORKSPACE}/PostGIS_Worker_Run/label/${label}/$BRANCH
export OS_BUILD=64
-export PG_VER=13
+export PG_VER=14
export PGPATH=${WORKSPACE}/pg/label/${label}/rel/pg${PG_VER}w${OS_BUILD}
export PATH=${PGPATH}/bin:${PGPATH}/lib:${PATH}
-----------------------------------------------------------------------
Summary of changes:
ci/berrie64/pg_init_start.sh | 2 +-
ci/berrie64/postgis_regress.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list