[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1267-gf4b535108
git at osgeo.org
git at osgeo.org
Fri Jul 14 18:58:14 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 f4b535108c458c84714013179844a6efddab676d (commit)
from 7ca4667538b8407c2bdd35d3d9ef59ad7dc5c85c (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 f4b535108c458c84714013179844a6efddab676d
Author: Regina Obe <lr at pcorp.us>
Date: Fri Jul 14 21:58:09 2023 -0400
Turn back off build translation pdfs, currently breaking at Korean
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 2d9a87a46..a79996fdd 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -106,12 +106,14 @@ done
# Build and install pdf and epub
-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
+# TODO: Turn back on after Korean is fixed
+#make pdf-install # || : survive failure
+#make epub-install # || : survive failure
+
+# build japanes, french, and german pdf
+make -C ../doc/po/ja local-pdf-install
+make -C ../doc/po/fr local-pdf-install
+make -C ../doc/po/de local-pdf-install
# Build and install localized pdf and epub
make pdf-install-localized # || : survive failures
-----------------------------------------------------------------------
Summary of changes:
ci/debbie/postgis_release_docs.sh | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list