[SCM] PostGIS branch master updated. 3.6.0alpha1-3-g0b083e086
git at osgeo.org
git at osgeo.org
Sat May 17 19:05:42 PDT 2025
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 0b083e0866a0663f11e76a24f1b59f08b37b9533 (commit)
from 1f6ac51198cd6ec5ee48cd657adac94f783dd7e7 (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 0b083e0866a0663f11e76a24f1b59f08b37b9533
Author: Regina Obe <lr at pcorp.us>
Date: Sat May 17 22:05:33 2025 -0400
Add more paths to doc, make sure prepare always runs
diff --git a/.woodpecker/docs-localized.yml.in b/.woodpecker/docs-localized.yml.in
index 0f4823b56..26b9b5c1b 100644
--- a/.woodpecker/docs-localized.yml.in
+++ b/.woodpecker/docs-localized.yml.in
@@ -5,8 +5,7 @@
- make -C build-docs/doc/po/@LANG@ local- at TARGET@
depends_on: @DEP@
when:
- - event: push
- path:
+ - path:
include:
- "doc/po/@LANG@/*.po"
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index cc2ff5cad..40a4dc30e 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -8,10 +8,10 @@ variables:
# related config files
- ".woodpecker/docs.yml"
# Makefiles
- #- "doc/Makefile.in"
- #- "doc/html/images/Makefile.in"
+ - "doc/Makefile.in"
+ - "doc/html/images/Makefile.in"
# XML sources
- #- "doc/*.xml"
+ - "doc/*.xml"
# Internationalization Makefiles
#- "doc/po/Makefile.local"
- &when_path
@@ -34,8 +34,6 @@ steps:
- ../configure --without-pg --without-protobuf --without-raster
- make postgis_revision.h
- xmllint --version
- when:
- - path: *when_path_full
check-xml:
image: *test_image
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs-localized.yml.in | 3 +--
.woodpecker/docs.yml | 8 +++-----
2 files changed, 4 insertions(+), 7 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list