[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1204-ge7b473841

git at osgeo.org git at osgeo.org
Tue Jul 11 02:35:36 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  e7b473841608110b1263f553612405657e041cb4 (commit)
      from  56f36200e7ab1e7ff9d69385f675c62e85105181 (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 e7b473841608110b1263f553612405657e041cb4
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Jul 11 11:35:08 2023 +0200

    [woodie] don't miss to run the prepare step if only po/* changed

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 26efa4a41..6010a6401 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -22,7 +22,20 @@ pipeline:
       - ../configure --without-pg
       - make postgis_revision.h
     when:
-      path: *when_path
+      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"
   check-xml:
     image: *test_image
     commands:

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list