[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-311-g7c30f10ad

git at osgeo.org git at osgeo.org
Wed Sep 6 08:36:34 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  7c30f10addfee399f40d31020261df2f4b426dc7 (commit)
      from  e1a0f15ef7136a85c0ec05aaac4ea2af14761830 (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 7c30f10addfee399f40d31020261df2f4b426dc7
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Sep 6 17:35:40 2023 +0200

    [woodie] Only build localized doc when translations happen

diff --git a/.woodpecker/docs-localized.yml.in b/.woodpecker/docs-localized.yml.in
index 48cbc8ba5..94b70cc82 100644
--- a/.woodpecker/docs-localized.yml.in
+++ b/.woodpecker/docs-localized.yml.in
@@ -6,8 +6,4 @@
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/@LANG@/Makefile.in"
           - "doc/po/@LANG@/*.po"
-          - "utils/check_localized_cheatsheets.sh"
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index b1b91026f..7a2c1a3c7 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -84,11 +84,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/ja/Makefile.in"
           - "doc/po/ja/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   check-xml-de:
     image: *test_image
     commands:
@@ -97,11 +93,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/de/Makefile.in"
           - "doc/po/de/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   check-xml-fr:
     image: *test_image
     commands:
@@ -110,11 +102,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/fr/Makefile.in"
           - "doc/po/fr/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   check-xml-zh_Hans:
     image: *test_image
     commands:
@@ -123,11 +111,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/zh_Hans/Makefile.in"
           - "doc/po/zh_Hans/*.po"
-          - "utils/check_localized_cheatsheets.sh"
 ### TARGET html
   html-ja:
     image: *test_image
@@ -137,11 +121,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/ja/Makefile.in"
           - "doc/po/ja/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   html-de:
     image: *test_image
     commands:
@@ -150,11 +130,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/de/Makefile.in"
           - "doc/po/de/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   html-fr:
     image: *test_image
     commands:
@@ -163,11 +139,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/fr/Makefile.in"
           - "doc/po/fr/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   html-zh_Hans:
     image: *test_image
     commands:
@@ -176,11 +148,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/zh_Hans/Makefile.in"
           - "doc/po/zh_Hans/*.po"
-          - "utils/check_localized_cheatsheets.sh"
 ### TARGET cheatsheets
   cheatsheets-ja:
     image: *test_image
@@ -190,11 +158,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/ja/Makefile.in"
           - "doc/po/ja/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   cheatsheets-de:
     image: *test_image
     commands:
@@ -203,11 +167,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/de/Makefile.in"
           - "doc/po/de/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   cheatsheets-fr:
     image: *test_image
     commands:
@@ -216,11 +176,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/fr/Makefile.in"
           - "doc/po/fr/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   cheatsheets-zh_Hans:
     image: *test_image
     commands:
@@ -229,11 +185,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/zh_Hans/Makefile.in"
           - "doc/po/zh_Hans/*.po"
-          - "utils/check_localized_cheatsheets.sh"
 ### TARGET check-cheatsheets
   check-cheatsheets-ja:
     image: *test_image
@@ -243,11 +195,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/ja/Makefile.in"
           - "doc/po/ja/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   check-cheatsheets-de:
     image: *test_image
     commands:
@@ -256,11 +204,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/de/Makefile.in"
           - "doc/po/de/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   check-cheatsheets-fr:
     image: *test_image
     commands:
@@ -269,11 +213,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/fr/Makefile.in"
           - "doc/po/fr/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   check-cheatsheets-zh_Hans:
     image: *test_image
     commands:
@@ -282,11 +222,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/zh_Hans/Makefile.in"
           - "doc/po/zh_Hans/*.po"
-          - "utils/check_localized_cheatsheets.sh"
 ### TARGET pdf
   pdf-ja:
     image: *test_image
@@ -296,11 +232,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/ja/Makefile.in"
           - "doc/po/ja/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   pdf-de:
     image: *test_image
     commands:
@@ -309,11 +241,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/de/Makefile.in"
           - "doc/po/de/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   pdf-fr:
     image: *test_image
     commands:
@@ -322,11 +250,7 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/fr/Makefile.in"
           - "doc/po/fr/*.po"
-          - "utils/check_localized_cheatsheets.sh"
   pdf-zh_Hans:
     image: *test_image
     commands:
@@ -335,8 +259,4 @@ steps:
     when:
       path:
         include:
-          - <<: *common_doc_paths
-          # Localized assets
-          - "doc/po/zh_Hans/Makefile.in"
           - "doc/po/zh_Hans/*.po"
-          - "utils/check_localized_cheatsheets.sh"

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

Summary of changes:
 .woodpecker/docs-localized.yml.in |  4 --
 .woodpecker/docs.yml              | 80 ---------------------------------------
 2 files changed, 84 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list