[SCM] PostGIS branch master updated. 3.7.0alpha1-620-g3fb0c58bd
git at osgeo.org
git at osgeo.org
Sat Jul 18 14:46:22 PDT 2026
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 3fb0c58bd79be110e7e1436f035db13eb310a08e (commit)
via 990036895e0df8a4d1cfe8768b72462e9ddfef0d (commit)
from 0febd5b33e6b25d1800d9164b07e02e582443a6e (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 3fb0c58bd79be110e7e1436f035db13eb310a08e
Merge: 0febd5b33 990036895
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Sat Jul 18 14:46:21 2026 -0700
Merge pull request 'ci: use valid DocBook markup for dev docs' (!371) from Komzpa/postgis:fix/docs-dev-subtitle into master
Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/371
commit 990036895e0df8a4d1cfe8768b72462e9ddfef0d
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Sun Jul 19 01:39:46 2026 +0400
ci: use valid DocBook markup for dev docs
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index bd75bb2ed..7887b1cb7 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -122,7 +122,7 @@ if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then
export GIT_TIMESTAMP="`date -d @$GIT_TIMESTAMP`" #convert to UTC date
echo "GIT_TIMESTAMP: ${GIT_TIMESTAMP}"
export part_old="</title>"
- export part_new="</title><subtitle><subscript>DEV (<emphasis>$GIT_TIMESTAMP rev. $VREV </emphasis>)</subscript></subtitle>"
+ export part_new="</title><subtitle>DEV ($GIT_TIMESTAMP rev. $VREV)</subtitle>"
sed -i 's,'"$part_old"','"$part_new"',' postgis.xml
fi
-----------------------------------------------------------------------
Summary of changes:
ci/debbie/postgis_release_docs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list