[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta2-20-g120e82322

git at osgeo.org git at osgeo.org
Thu Aug 3 13:25:06 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  120e8232235d813a55284fd97eeac4bf2ec0ea78 (commit)
      from  632d836163931f8f0185c102d1b40f24be305144 (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 120e8232235d813a55284fd97eeac4bf2ec0ea78
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Aug 3 16:23:24 2023 -0400

    TURN OFF check-xml except for ja, de, fr
    
    Other languages are so far behind, it's a waste of time checking
    and takes 6 minutes for each language checked
    Closes #5466

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index b8a387b3b..3524294b5 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -84,52 +84,52 @@ steps:
 
   # DO NOT EDIT PAST THIS LINE, use update-docs-localized.sh to update #
 ### TARGET check-xml
-  check-xml-it_IT:
-    image: *test_image
-    commands:
-      - make -C build-docs/doc/po/it_IT local-check-xml
-    group: localized-check-xml
-    when:
-      path:
-        include:
-          # Localized assets
-          - "doc/po/it_IT/Makefile.in"
-          - "doc/po/it_IT/*.po"
-          - "utils/check_localized_cheatsheets.sh"
-          # 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
-  check-xml-pt_BR:
-    image: *test_image
-    commands:
-      - make -C build-docs/doc/po/pt_BR local-check-xml
-    group: localized-check-xml
-    when:
-      path:
-        include:
-          # Localized assets
-          - "doc/po/pt_BR/Makefile.in"
-          - "doc/po/pt_BR/*.po"
-          - "utils/check_localized_cheatsheets.sh"
-          # 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
+  # check-xml-it_IT:
+  #   image: *test_image
+  #   commands:
+  #     - make -C build-docs/doc/po/it_IT local-check-xml
+  #   group: localized-check-xml
+  #   when:
+  #     path:
+  #       include:
+  #         # Localized assets
+  #         - "doc/po/it_IT/Makefile.in"
+  #         - "doc/po/it_IT/*.po"
+  #         - "utils/check_localized_cheatsheets.sh"
+  #         # 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
+  # check-xml-pt_BR:
+  #   image: *test_image
+  #   commands:
+  #     - make -C build-docs/doc/po/pt_BR local-check-xml
+  #   group: localized-check-xml
+  #   when:
+  #     path:
+  #       include:
+  #         # Localized assets
+  #         - "doc/po/pt_BR/Makefile.in"
+  #         - "doc/po/pt_BR/*.po"
+  #         - "utils/check_localized_cheatsheets.sh"
+  #         # 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
   check-xml-fr:
     image: *test_image
     commands:
@@ -153,75 +153,75 @@ steps:
           # Internationalization Makefiles
           - "doc/po/Makefile.local"
           # END OF COMMON PATHS
-  check-xml-es:
-    image: *test_image
-    commands:
-      - make -C build-docs/doc/po/es local-check-xml
-    group: localized-check-xml
-    when:
-      path:
-        include:
-          # Localized assets
-          - "doc/po/es/Makefile.in"
-          - "doc/po/es/*.po"
-          - "utils/check_localized_cheatsheets.sh"
-          # 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
-  check-xml-pl:
-    image: *test_image
-    commands:
-      - make -C build-docs/doc/po/pl local-check-xml
-    group: localized-check-xml
-    when:
-      path:
-        include:
-          # Localized assets
-          - "doc/po/pl/Makefile.in"
-          - "doc/po/pl/*.po"
-          - "utils/check_localized_cheatsheets.sh"
-          # 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
-  check-xml-ko_KR:
-    image: *test_image
-    commands:
-      - make -C build-docs/doc/po/ko_KR local-check-xml
-    group: localized-check-xml
-    when:
-      path:
-        include:
-          # Localized assets
-          - "doc/po/ko_KR/Makefile.in"
-          - "doc/po/ko_KR/*.po"
-          - "utils/check_localized_cheatsheets.sh"
-          # 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
+  # check-xml-es:
+  #   image: *test_image
+  #   commands:
+  #     - make -C build-docs/doc/po/es local-check-xml
+  #   group: localized-check-xml
+  #   when:
+  #     path:
+  #       include:
+  #         # Localized assets
+  #         - "doc/po/es/Makefile.in"
+  #         - "doc/po/es/*.po"
+  #         - "utils/check_localized_cheatsheets.sh"
+  #         # 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
+  # check-xml-pl:
+  #   image: *test_image
+  #   commands:
+  #     - make -C build-docs/doc/po/pl local-check-xml
+  #   group: localized-check-xml
+  #   when:
+  #     path:
+  #       include:
+  #         # Localized assets
+  #         - "doc/po/pl/Makefile.in"
+  #         - "doc/po/pl/*.po"
+  #         - "utils/check_localized_cheatsheets.sh"
+  #         # 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
+  # check-xml-ko_KR:
+  #   image: *test_image
+  #   commands:
+  #     - make -C build-docs/doc/po/ko_KR local-check-xml
+  #   group: localized-check-xml
+  #   when:
+  #     path:
+  #       include:
+  #         # Localized assets
+  #         - "doc/po/ko_KR/Makefile.in"
+  #         - "doc/po/ko_KR/*.po"
+  #         - "utils/check_localized_cheatsheets.sh"
+  #         # 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
   check-xml-de:
     image: *test_image
     commands:
@@ -268,29 +268,29 @@ steps:
           # Internationalization Makefiles
           - "doc/po/Makefile.local"
           # END OF COMMON PATHS
-  check-xml-ru:
-    image: *test_image
-    commands:
-      - make -C build-docs/doc/po/ru local-check-xml
-    group: localized-check-xml
-    when:
-      path:
-        include:
-          # Localized assets
-          - "doc/po/ru/Makefile.in"
-          - "doc/po/ru/*.po"
-          - "utils/check_localized_cheatsheets.sh"
-          # 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
+  # check-xml-ru:
+  #   image: *test_image
+  #   commands:
+  #     - make -C build-docs/doc/po/ru local-check-xml
+  #   group: localized-check-xml
+  #   when:
+  #     path:
+  #       include:
+  #         # Localized assets
+  #         - "doc/po/ru/Makefile.in"
+  #         - "doc/po/ru/*.po"
+  #         - "utils/check_localized_cheatsheets.sh"
+  #         # 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
 ### TARGET html
   html-it_IT:
     image: *test_image

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list