[SCM] PostGIS branch master updated. 3.5.0-365-g2934d7745

git at osgeo.org git at osgeo.org
Wed Jun 4 09:52:01 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  2934d7745e5b0d64007cdaa85739d7a01f452ed7 (commit)
      from  32385a5a30fb3fb3fc27da2ffb93c9c2e922db31 (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 2934d7745e5b0d64007cdaa85739d7a01f452ed7
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jun 4 12:51:24 2025 -0400

    Enable swedish testing on woodpecker

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 40a4dc30e..8daaa0871 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -229,6 +229,17 @@ steps:
           include:
             - "doc/po/ro/*.po"
 
+  check-xml-sv:
+    image: *test_image
+    pull: true
+    commands:
+      - make -C build-docs/doc/po/sv local-check-xml
+    depends_on: prepare
+    when:
+       - path:
+          include:
+            - "doc/po/sv/*.po"
+
   check-xml-uk:
     image: *test_image
     pull: true
@@ -384,6 +395,17 @@ steps:
           include:
             - "doc/po/ro/*.po"
 
+  html-sv:
+    image: *test_image
+    pull: true
+    commands:
+      - make -C build-docs/doc/po/sv local-html
+    depends_on: check-xml-sv
+    when:
+       - path:
+          include:
+            - "doc/po/sv/*.po"
+
   html-uk:
     image: *test_image
     pull: true
@@ -539,6 +561,17 @@ steps:
           include:
             - "doc/po/ro/*.po"
 
+  cheatsheets-sv:
+    image: *test_image
+    pull: true
+    commands:
+      - make -C build-docs/doc/po/sv local-cheatsheets
+    depends_on: check-xml-sv
+    when:
+       - path:
+          include:
+            - "doc/po/sv/*.po"
+
   cheatsheets-uk:
     image: *test_image
     pull: true
@@ -694,6 +727,17 @@ steps:
           include:
             - "doc/po/ro/*.po"
 
+  check-cheatsheets-sv:
+    image: *test_image
+    pull: true
+    commands:
+      - make -C build-docs/doc/po/sv local-check-cheatsheets
+    depends_on: [ cheatsheets-sv, build-cheatsheets ]
+    when:
+       - path:
+          include:
+            - "doc/po/sv/*.po"
+
   check-cheatsheets-uk:
     image: *test_image
     pull: true
@@ -849,6 +893,17 @@ steps:
           include:
             - "doc/po/ro/*.po"
 
+  pdf-sv:
+    image: *test_image
+    pull: true
+    commands:
+      - make -C build-docs/doc/po/sv local-pdf
+    depends_on: [ build-images, check-xml-sv ]
+    when:
+       - path:
+          include:
+            - "doc/po/sv/*.po"
+
   pdf-uk:
     image: *test_image
     pull: true

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list