[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta1-23-g0f98c5d7b

git at osgeo.org git at osgeo.org
Sat Nov 20 15:05:57 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  0f98c5d7b2c7ec14263f44ec02f892be3f2d8d93 (commit)
      from  8985b60df662984d5adb02b0cffaa39ab372024e (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 0f98c5d7b2c7ec14263f44ec02f892be3f2d8d93
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 20 18:05:53 2021 -0500

    Change berrie to build and regress against PG 14

diff --git a/ci/berrie/pg_init_start.sh b/ci/berrie/pg_init_start.sh
index 44d45d551..5ade63be5 100644
--- a/ci/berrie/pg_init_start.sh
+++ b/ci/berrie/pg_init_start.sh
@@ -6,7 +6,7 @@ export WORKSPACE=/home/jenkins/workspace
 
 
 export OS_BUILD=32
-export PG_VER=12
+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/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh
index 6cd74363f..04111f30b 100644
--- a/ci/berrie/postgis_regress.sh
+++ b/ci/berrie/postgis_regress.sh
@@ -9,7 +9,7 @@ export WORKSPACE=/home/jenkins/workspace
 
 cd ${WORKSPACE}/PostGIS_Worker_Run/label/${label}/$BRANCH
 export OS_BUILD=32
-export PG_VER=12
+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/berrie/pg_init_start.sh   | 2 +-
 ci/berrie/postgis_regress.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list