[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1262-gfd53073c8

git at osgeo.org git at osgeo.org
Fri Jul 14 16:23:20 PDT 2023


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  fd53073c84ced614e3468c5d7dc9dce34a4ce9d3 (commit)
      from  6a59b03a59207e814a3dcc24df34e1c89c75ba07 (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 fd53073c84ced614e3468c5d7dc9dce34a4ce9d3
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 14 19:23:15 2023 -0400

    Take out translation pdf build completely. Add 3.3.4 target

diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 200b44ff5..412ca42e9 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -110,8 +110,8 @@ make pdf-install # || : survive failure
 make epub-install # || : survive failure
 
 # build german and french pdf
-make -C doc/po/fr local-pdf-install
-make -C doc/po/de local-pdf-install
+#make -C ../doc/po/fr local-pdf-install
+#make -C ../doc/po/de local-pdf-install
 # TODO put back after resolve issue with japan build
 # Build and install localized pdf and epub
 #make pdf-install-localized # || : survive failures
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index d2c8d5dd5..a0e2761e3 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -89,4 +89,5 @@ UPGRADEABLE_VERSIONS = \
 	3.3.1 \
 	3.3.2 \
 	3.3.3 \
+	3.3.4 \
 	3.4.0dev

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

Summary of changes:
 ci/debbie/postgis_release_docs.sh  | 4 ++--
 extensions/upgradeable_versions.mk | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list