[SCM] PostGIS branch stable-3.4 updated. 3.4.2-24-gc1e36f1e5

git at osgeo.org git at osgeo.org
Sun Mar 24 05:54:15 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, stable-3.4 has been updated
       via  c1e36f1e5f40f7fc835429a48a01458e05239f74 (commit)
      from  d5d34567c357f9b3d79de3b5256b43b666b1e85b (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 c1e36f1e5f40f7fc835429a48a01458e05239f74
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Mar 24 08:54:09 2024 -0400

    Quiet bad_habit Please set an event filter warnings

diff --git a/.woodpecker/docs-localized.yml.in b/.woodpecker/docs-localized.yml.in
index ece9af87e..8f114be9f 100644
--- a/.woodpecker/docs-localized.yml.in
+++ b/.woodpecker/docs-localized.yml.in
@@ -5,6 +5,8 @@
       - make -C build-docs/doc/po/@LANG@ local- at TARGET@
     depends_on: @DEP@
     when:
-      path:
-        include:
-          - "doc/po/@LANG@/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/@LANG@/*.po"
+        
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 41124cb9c..5b37a9994 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -90,9 +90,11 @@ steps:
       - make -C build-docs/doc/po/ja local-check-xml
     depends_on: prepare
     when:
-      path:
-        include:
-          - "doc/po/ja/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/ja/*.po"
+        
   check-xml-de:
     image: *test_image
     pull: true
@@ -100,9 +102,11 @@ steps:
       - make -C build-docs/doc/po/de local-check-xml
     depends_on: prepare
     when:
-      path:
-        include:
-          - "doc/po/de/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/de/*.po"
+        
   check-xml-fr:
     image: *test_image
     pull: true
@@ -110,9 +114,11 @@ steps:
       - make -C build-docs/doc/po/fr local-check-xml
     depends_on: prepare
     when:
-      path:
-        include:
-          - "doc/po/fr/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/fr/*.po"
+        
 ### TARGET html
   html-ja:
     image: *test_image
@@ -121,9 +127,11 @@ steps:
       - make -C build-docs/doc/po/ja local-html
     depends_on: check-xml-ja
     when:
-      path:
-        include:
-          - "doc/po/ja/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/ja/*.po"
+        
   html-de:
     image: *test_image
     pull: true
@@ -131,9 +139,11 @@ steps:
       - make -C build-docs/doc/po/de local-html
     depends_on: check-xml-de
     when:
-      path:
-        include:
-          - "doc/po/de/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/de/*.po"
+        
   html-fr:
     image: *test_image
     pull: true
@@ -141,9 +151,11 @@ steps:
       - make -C build-docs/doc/po/fr local-html
     depends_on: check-xml-fr
     when:
-      path:
-        include:
-          - "doc/po/fr/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/fr/*.po"
+        
 ### TARGET cheatsheets
   cheatsheets-ja:
     image: *test_image
@@ -152,9 +164,11 @@ steps:
       - make -C build-docs/doc/po/ja local-cheatsheets
     depends_on: check-xml-ja
     when:
-      path:
-        include:
-          - "doc/po/ja/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/ja/*.po"
+        
   cheatsheets-de:
     image: *test_image
     pull: true
@@ -162,9 +176,11 @@ steps:
       - make -C build-docs/doc/po/de local-cheatsheets
     depends_on: check-xml-de
     when:
-      path:
-        include:
-          - "doc/po/de/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/de/*.po"
+        
   cheatsheets-fr:
     image: *test_image
     pull: true
@@ -172,9 +188,11 @@ steps:
       - make -C build-docs/doc/po/fr local-cheatsheets
     depends_on: check-xml-fr
     when:
-      path:
-        include:
-          - "doc/po/fr/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/fr/*.po"
+        
 ### TARGET check-cheatsheets
   check-cheatsheets-ja:
     image: *test_image
@@ -183,9 +201,11 @@ steps:
       - make -C build-docs/doc/po/ja local-check-cheatsheets
     depends_on: cheatsheets-ja
     when:
-      path:
-        include:
-          - "doc/po/ja/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/ja/*.po"
+        
   check-cheatsheets-de:
     image: *test_image
     pull: true
@@ -193,9 +213,11 @@ steps:
       - make -C build-docs/doc/po/de local-check-cheatsheets
     depends_on: cheatsheets-de
     when:
-      path:
-        include:
-          - "doc/po/de/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/de/*.po"
+        
   check-cheatsheets-fr:
     image: *test_image
     pull: true
@@ -203,9 +225,11 @@ steps:
       - make -C build-docs/doc/po/fr local-check-cheatsheets
     depends_on: cheatsheets-fr
     when:
-      path:
-        include:
-          - "doc/po/fr/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/fr/*.po"
+        
 ### TARGET pdf
   pdf-ja:
     image: *test_image
@@ -214,9 +238,11 @@ steps:
       - make -C build-docs/doc/po/ja local-pdf
     depends_on: [ build-images, check-xml-ja ]
     when:
-      path:
-        include:
-          - "doc/po/ja/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/ja/*.po"
+        
   pdf-de:
     image: *test_image
     pull: true
@@ -224,9 +250,11 @@ steps:
       - make -C build-docs/doc/po/de local-pdf
     depends_on: [ build-images, check-xml-de ]
     when:
-      path:
-        include:
-          - "doc/po/de/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/de/*.po"
+        
   pdf-fr:
     image: *test_image
     pull: true
@@ -234,6 +262,8 @@ steps:
       - make -C build-docs/doc/po/fr local-pdf
     depends_on: [ build-images, check-xml-fr ]
     when:
-      path:
-        include:
-          - "doc/po/fr/*.po"
+      - event: push
+        path:
+          include:
+            - "doc/po/fr/*.po"
+        
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index ba355cecc..0a52492bc 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,3 +1,5 @@
+when:
+  event: [push, pull_request, tag]
 variables:
   test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel3
   steps-env: &steps-env
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index 11320660f..0d5033f07 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -1,3 +1,5 @@
+when:
+  event: [push, pull_request, tag]
 steps:
   build:
     image: docker.osgeo.org/postgis/build-test:trisquel3

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

Summary of changes:
 .woodpecker/docs-localized.yml.in |   8 ++-
 .woodpecker/docs.yml              | 120 ++++++++++++++++++++++++--------------
 .woodpecker/regress.yml           |   2 +
 .woodpecker/tools.yml             |   2 +
 4 files changed, 84 insertions(+), 48 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list