[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-32-g8d482e264

git at osgeo.org git at osgeo.org
Sat Sep 3 10:40:47 PDT 2022


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  8d482e264cec6ab3903653bd8db41ffc404ca758 (commit)
      from  243467d91058ce703f50de9e89803f81e93579e9 (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 8d482e264cec6ab3903653bd8db41ffc404ca758
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Sep 3 13:40:42 2022 -0400

    Fix debbie's make dist.  Needs to be > PG 11. References #5229 for PostGIS 3.4.0

diff --git a/ci/debbie/postgis_make_dist.sh b/ci/debbie/postgis_make_dist.sh
index 4ada3c6fe..a6078b988 100644
--- a/ci/debbie/postgis_make_dist.sh
+++ b/ci/debbie/postgis_make_dist.sh
@@ -2,15 +2,15 @@
 set -e
 ## begin variables passed in by jenkins
 
-export PG_VER=11
+export PG_VER=13
 # export PGPORT=8442
 export OS_BUILD=64
 # export POSTGIS_MAJOR_VERSION=2
 # export POSTGIS_MINOR_VERSION=2
 # export POSTGIS_MICRO_VERSION=0dev
 export PROJECTS=/var/lib/jenkins/workspace
-export GEOS_VER=3.9
-export GDAL_VER=3.0
+export GEOS_VER=3.10
+export GDAL_VER=3.4
 export WEB_DIR=/var/www/postgis_stuff
 export PATH="${PGPATH}/bin:$PATH"
 export LD_LIBRARY_PATH="${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/lib:${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/lib:${PGPATH}/lib"

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

Summary of changes:
 ci/debbie/postgis_make_dist.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list