[SCM] PostGIS branch master updated. 3.4.0rc1-1241-gbc5a580f9
git at osgeo.org
git at osgeo.org
Mon Jul 1 13:41:05 PDT 2024
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 bc5a580f99eb24df5b15833f668c47ddb63c248e (commit)
from c297c559f4fe85639e4eda5b7bb53ff50d188f27 (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 bc5a580f99eb24df5b15833f668c47ddb63c248e
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Jul 1 22:40:30 2024 +0200
[woodie] Keep an eye on Georgian translation too
diff --git a/.woodpecker/docs-localized.yml.in b/.woodpecker/docs-localized.yml.in
index 8f114be9f..0f4823b56 100644
--- a/.woodpecker/docs-localized.yml.in
+++ b/.woodpecker/docs-localized.yml.in
@@ -9,4 +9,4 @@
path:
include:
- "doc/po/@LANG@/*.po"
-
+
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 45e3c229f..31d75a690 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -151,6 +151,18 @@ steps:
include:
- "doc/po/pl/*.po"
+ check-xml-ka:
+ image: *test_image
+ pull: true
+ commands:
+ - make -C build-docs/doc/po/ka local-check-xml
+ depends_on: prepare
+ when:
+ - event: push
+ path:
+ include:
+ - "doc/po/ka/*.po"
+
check-xml-ko_KR:
image: *test_image
pull: true
@@ -296,6 +308,18 @@ steps:
include:
- "doc/po/pl/*.po"
+ html-ka:
+ image: *test_image
+ pull: true
+ commands:
+ - make -C build-docs/doc/po/ka local-html
+ depends_on: check-xml-ka
+ when:
+ - event: push
+ path:
+ include:
+ - "doc/po/ka/*.po"
+
html-ko_KR:
image: *test_image
pull: true
@@ -441,6 +465,18 @@ steps:
include:
- "doc/po/pl/*.po"
+ cheatsheets-ka:
+ image: *test_image
+ pull: true
+ commands:
+ - make -C build-docs/doc/po/ka local-cheatsheets
+ depends_on: check-xml-ka
+ when:
+ - event: push
+ path:
+ include:
+ - "doc/po/ka/*.po"
+
cheatsheets-ko_KR:
image: *test_image
pull: true
@@ -586,6 +622,18 @@ steps:
include:
- "doc/po/pl/*.po"
+ check-cheatsheets-ka:
+ image: *test_image
+ pull: true
+ commands:
+ - make -C build-docs/doc/po/ka local-check-cheatsheets
+ depends_on: [ cheatsheets-ka, build-cheatsheets ]
+ when:
+ - event: push
+ path:
+ include:
+ - "doc/po/ka/*.po"
+
check-cheatsheets-ko_KR:
image: *test_image
pull: true
@@ -731,6 +779,18 @@ steps:
include:
- "doc/po/pl/*.po"
+ pdf-ka:
+ image: *test_image
+ pull: true
+ commands:
+ - make -C build-docs/doc/po/ka local-pdf
+ depends_on: [ build-images, check-xml-ka ]
+ when:
+ - event: push
+ path:
+ include:
+ - "doc/po/ka/*.po"
+
pdf-ko_KR:
image: *test_image
pull: true
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs-localized.yml.in | 2 +-
.woodpecker/docs.yml | 60 +++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list