[SCM] PostGIS branch master updated. 3.6.0rc2-148-gb472a69c6
git at osgeo.org
git at osgeo.org
Sat Oct 18 01:31:17 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 b472a69c6d6b3975aae4fe724f506b54f5bffaa8 (commit)
from 3f2e2d575a6fe34b4cc82a97f316c3ed1b877a12 (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 b472a69c6d6b3975aae4fe724f506b54f5bffaa8
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Sat Oct 18 12:31:01 2025 +0400
[ci] add lang be to woodpecker config
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 9ec7caa0c..aefe46c4d 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -251,6 +251,17 @@ steps:
include:
- "doc/po/uk/*.po"
+ check-xml-be:
+ image: *test_image
+ pull: true
+ commands:
+ - make -C build-docs/doc/po/be local-check-xml
+ depends_on: prepare
+ when:
+ - path:
+ include:
+ - "doc/po/be/*.po"
+
### TARGET html
html-it_IT:
image: *test_image
@@ -417,6 +428,17 @@ steps:
include:
- "doc/po/uk/*.po"
+ html-be:
+ image: *test_image
+ pull: true
+ commands:
+ - make -C build-docs/doc/po/be local-html
+ depends_on: check-xml-be
+ when:
+ - path:
+ include:
+ - "doc/po/be/*.po"
+
### TARGET cheatsheets
cheatsheets-it_IT:
image: *test_image
@@ -583,6 +605,17 @@ steps:
include:
- "doc/po/uk/*.po"
+ cheatsheets-be:
+ image: *test_image
+ pull: true
+ commands:
+ - make -C build-docs/doc/po/be local-cheatsheets
+ depends_on: check-xml-be
+ when:
+ - path:
+ include:
+ - "doc/po/be/*.po"
+
### TARGET check-cheatsheets
check-cheatsheets-it_IT:
image: *test_image
@@ -749,3 +782,14 @@ steps:
include:
- "doc/po/uk/*.po"
+ check-cheatsheets-be:
+ image: *test_image
+ pull: true
+ commands:
+ - make -C build-docs/doc/po/be local-check-cheatsheets
+ depends_on: [ cheatsheets-be, build-cheatsheets ]
+ when:
+ - path:
+ include:
+ - "doc/po/be/*.po"
+
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list