[SCM] PostGIS branch master updated. 3.5.0-242-g3bc774786

git at osgeo.org git at osgeo.org
Thu Apr 3 05:50:02 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  3bc774786e6b6b1c501681f96b59b4ac3784f3b8 (commit)
      from  8bce1d21888fdf5925f1278aba88b9d3e5767cdd (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 3bc774786e6b6b1c501681f96b59b4ac3784f3b8
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Apr 3 08:49:56 2025 -0400

    Add danish to woodpecker testing

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 301cd4bf3..2741b0ce2 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -175,6 +175,18 @@ steps:
           include:
             - "doc/po/ko_KR/*.po"
 
+  check-xml-da:
+    image: *test_image
+    pull: true
+    commands:
+      - make -C build-docs/doc/po/da local-check-xml
+    depends_on: prepare
+    when:
+      - event: push
+        path:
+          include:
+            - "doc/po/da/*.po"
+
   check-xml-de:
     image: *test_image
     pull: true
@@ -332,6 +344,18 @@ steps:
           include:
             - "doc/po/ko_KR/*.po"
 
+  html-da:
+    image: *test_image
+    pull: true
+    commands:
+      - make -C build-docs/doc/po/da local-html
+    depends_on: check-xml-da
+    when:
+      - event: push
+        path:
+          include:
+            - "doc/po/da/*.po"
+
   html-de:
     image: *test_image
     pull: true
@@ -489,6 +513,18 @@ steps:
           include:
             - "doc/po/ko_KR/*.po"
 
+  cheatsheets-da:
+    image: *test_image
+    pull: true
+    commands:
+      - make -C build-docs/doc/po/da local-cheatsheets
+    depends_on: check-xml-da
+    when:
+      - event: push
+        path:
+          include:
+            - "doc/po/da/*.po"
+
   cheatsheets-de:
     image: *test_image
     pull: true
@@ -646,6 +682,18 @@ steps:
           include:
             - "doc/po/ko_KR/*.po"
 
+  check-cheatsheets-da:
+    image: *test_image
+    pull: true
+    commands:
+      - make -C build-docs/doc/po/da local-check-cheatsheets
+    depends_on: [ cheatsheets-da, build-cheatsheets ]
+    when:
+      - event: push
+        path:
+          include:
+            - "doc/po/da/*.po"
+
   check-cheatsheets-de:
     image: *test_image
     pull: true
@@ -803,6 +851,18 @@ steps:
           include:
             - "doc/po/ko_KR/*.po"
 
+  pdf-da:
+    image: *test_image
+    pull: true
+    commands:
+      - make -C build-docs/doc/po/da local-pdf
+    depends_on: [ build-images, check-xml-da ]
+    when:
+      - event: push
+        path:
+          include:
+            - "doc/po/da/*.po"
+
   pdf-de:
     image: *test_image
     pull: true

-----------------------------------------------------------------------

Summary of changes:
 .woodpecker/docs.yml | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list