[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.4-16-geb2242135

git at osgeo.org git at osgeo.org
Sat Nov 20 06:53:07 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, stable-3.1 has been updated
       via  eb224213579dabb685bf00ff14f532e3ce3d32e4 (commit)
      from  e813b8262481dbf58651750502a25bb44fdd3f0e (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 eb224213579dabb685bf00ff14f532e3ce3d32e4
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 20 09:53:03 2021 -0500

    Forgot to change the startup script to point to pg13 one

diff --git a/ci/berrie/pg_init_start.sh b/ci/berrie/pg_init_start.sh
index 44d45d551..57721259a 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=13
 export PGPATH=${WORKSPACE}/pg/label/${label}/rel/pg${PG_VER}w${OS_BUILD}
 export PATH=${PATH}:${PGPATH}/bin:${PGPATH}/lib
 export PGPORT=55432

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

Summary of changes:
 ci/berrie/pg_init_start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list