[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-72-g7dda85f2b

git at osgeo.org git at osgeo.org
Fri Sep 9 21:11:24 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  7dda85f2b01e9912a6f44f54751cf1b9c68390c3 (commit)
      from  811a5393964a3951ba432b4ba98096cffaca3684 (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 7dda85f2b01e9912a6f44f54751cf1b9c68390c3
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Sep 10 00:09:08 2022 -0400

    Update versions of PG, GDAL, and add upgrade targets for new releases

diff --git a/ci/debbie/postgis_doc_translations.sh b/ci/debbie/postgis_doc_translations.sh
index 178241f1d..30e157863 100644
--- a/ci/debbie/postgis_doc_translations.sh
+++ b/ci/debbie/postgis_doc_translations.sh
@@ -14,6 +14,14 @@ set -e
 # export MAKE_GARDEN=1
 # export MAKE_EXTENSION=1
 
+export PG_VER=13
+# export PGPORT=8442
+export OS_BUILD=64
+#this is passed in via postgis_make_dist.sh via jenkins
+#export reference=
+export GEOS_VER=3.10
+export GDAL_VER=3.4
+
 ## end variables passed in by jenkins
 
 export PROJECTS=${JENKINS_HOME}/workspace
@@ -50,7 +58,7 @@ make check-localized
 #make pdf
 rm -rf images
 mkdir images
-cp html/images/* images 
+cp html/images/* images
 #make epub
 #make -e chunked-html 2>&1 | tee -a doc-errors.log
 #make update-po
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 95b3e932e..1d89f63f8 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=11
+export PG_VER=13
 # 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.9
-export GDAL_VER=3.0
+export GEOS_VER=3.10
+export GDAL_VER=3.4
 export WEB_DIR=/var/www/postgis_stuff
 export PGPATH=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
 export PATH="${PGPATH}/bin:$PATH"
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index d3c3caaca..9347f9e2c 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -78,8 +78,6 @@ UPGRADEABLE_VERSIONS = \
 	3.2.1 \
 	3.2.2 \
 	3.2.3 \
-	3.3.0alpha1 \
-	3.3.0beta1 \
-	3.3.0beta2 \
-	3.3.0rc1 \
-	3.3.0rc2
+	3.2.4 \
+	3.3.0 \
+	3.3.1

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

Summary of changes:
 ci/debbie/postgis_doc_translations.sh | 10 +++++++++-
 ci/debbie/postgis_release_docs.sh     |  6 +++---
 extensions/upgradeable_versions.mk    |  8 +++-----
 3 files changed, 15 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list