[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-585-g5365111ef

git at osgeo.org git at osgeo.org
Sat Feb 19 10:09:24 PST 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  5365111ef1120cc396ef8bac2d2511628b1f67a0 (commit)
      from  cf22160c4e9661a48adde5341143c7d4521a41f3 (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 5365111ef1120cc396ef8bac2d2511628b1f67a0
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Feb 19 13:09:19 2022 -0500

    Missed some spots. Also up GEOS / GDAL versions.  References #5101

diff --git a/ci/debbie/postgis_make_dist.sh b/ci/debbie/postgis_make_dist.sh
index 537c295e5..3ad963cb9 100644
--- a/ci/debbie/postgis_make_dist.sh
+++ b/ci/debbie/postgis_make_dist.sh
@@ -9,8 +9,8 @@ export OS_BUILD=64
 # export POSTGIS_MINOR_VERSION=2
 # export POSTGIS_MICRO_VERSION=0dev
 export PROJECTS=/var/lib/jenkins/workspace
-export GEOS_VER=3.6
-export GDAL_VER=2.2
+export GEOS_VER=3.9
+export GDAL_VER=3.0
 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"
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 39c7dd4c5..25bb33878 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -1,12 +1,12 @@
 #!/usr/bin/env bash
-export PG_VER=9.6
+export PG_VER=11
 # export PGPORT=8442
 export OS_BUILD=64
 #this is passed in via postgis_make_dist.sh via jenkins
 #export reference=
 export PROJECTS=/var/lib/jenkins/workspace
-export GEOS_VER=3.6
-export GDAL_VER=2.2
+export GEOS_VER=3.9
+export GDAL_VER=3.0
 export WEB_DIR=/var/www/postgis_stuff
 export PGPATH=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
 export PATH="${PGPATH}/bin:$PATH"

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

Summary of changes:
 ci/debbie/postgis_make_dist.sh    | 4 ++--
 ci/debbie/postgis_release_docs.sh | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list