[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-2-g80abad406
git at osgeo.org
git at osgeo.org
Fri Dec 17 19:34:42 PST 2021
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 80abad4062b6bd38c47642b9419ceb449b8d27c1 (commit)
from dd0bbb8ccdab7ae9fa6a71688ca5fcf4e9f64f77 (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 80abad4062b6bd38c47642b9419ceb449b8d27c1
Author: Regina Obe <lr at pcorp.us>
Date: Fri Dec 17 22:34:34 2021 -0500
Fix translation building and have make new dir for docs if it does not exist
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 761cd2bf5..28eb71868 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -19,6 +19,7 @@ POSTGIS_MAJOR_VERSION=`grep ^POSTGIS_MAJOR_VERSION Version.config | cut -d= -f2`
POSTGIS_MINOR_VERSION=`grep ^POSTGIS_MINOR_VERSION Version.config | cut -d= -f2`
POSTGIS_MICRO_VERSION=`grep ^POSTGIS_MICRO_VERSION Version.config | cut -d= -f2`
+mkdir -p /var/www/postgis_docs/manual-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}
chmod -R 755 /var/www/postgis_docs/manual-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}
echo $PATH
@@ -70,7 +71,7 @@ cp html/images/* images
make epub
make -e chunked-html-web 2>&1 | tee -a doc-errors.log
-if [[ "$reference" == *"main"* ]]; then #only do this for main branch because only main follows transifex
+if [[ "$reference" == *"master"* ]]; then #only do this for master branch because only master follows transifex
make update-pot
make pull-tx
make -C po/it_IT/ local-html
-----------------------------------------------------------------------
Summary of changes:
ci/debbie/postgis_release_docs.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list