[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1230-g7357e187c

git at osgeo.org git at osgeo.org
Wed Jul 12 23:18:00 PDT 2023


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  7357e187c6d6b59b01e696b9e9a2e7ed9885e14b (commit)
      from  67d038ba3882c182f2b9cec8a1cf6518843c80ec (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 7357e187c6d6b59b01e696b9e9a2e7ed9885e14b
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 13 08:17:16 2023 +0200

    [woodie] Always build images once
    
    Avoids race condition between localized pdf targets
    See https://woodie.osgeo.org/postgis/postgis/build/643/15

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 550e81b0d..fba0cd798 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -13,6 +13,22 @@ variables:
         # Internationalization Makefiles
         - "doc/po/Makefile.local"
         # END OF COMMON PATHS
+  - &when_path_full
+      include:
+        # Common docs path
+        # related config files
+        - ".woodpecker/docs.yml"
+        # Makefiles
+        - "doc/Makefile.in"
+        - "doc/html/images/Makefile.in"
+        # XML sources
+        - "doc/*.xml"
+        # Internationalization Makefiles
+        - "doc/po/Makefile.local"
+        # END OF COMMON PATHS
+        # Localized assets
+        - "doc/po/*/Makefile.in"
+        - "doc/po/*/*.po"
 
 pipeline:
   prepare:
@@ -24,26 +40,19 @@ pipeline:
       - ../configure --without-pg
       - make postgis_revision.h
     when:
-      path:
-        include:
-          # Common docs path
-          # related config files
-          - ".woodpecker/docs.yml"
-          # Makefiles
-          - "doc/Makefile.in"
-          # XML sources
-          - "doc/*.xml"
-          # Internationalization Makefiles
-          - "doc/po/Makefile.local"
-          # Localized assets
-          - "doc/po/*/Makefile.in"
-          - "doc/po/*/*.po"
+      path: *when_path_full
   check-xml:
     image: *test_image
     commands:
       - make -C build-docs/doc check
     when:
       path: *when_path
+  build-images:
+    image: *test_image
+    commands:
+      - make -C build-docs/doc images
+    when:
+      path: *when_path
   build-html:
     image: *test_image
     group: output

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

Summary of changes:
 .woodpecker/docs.yml | 37 +++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list