[SCM] PostGIS branch master updated. 3.4.0rc1-1027-g217206904

git at osgeo.org git at osgeo.org
Thu Mar 14 10:43:54 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, master has been updated
       via  217206904c36b31add4092816df3b7144daba2e8 (commit)
      from  2ddb52eab32b230db3424b79f5231813e73358ab (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 217206904c36b31add4092816df3b7144daba2e8
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Mar 14 18:43:32 2024 +0100

    [woodie] Fix docs.yml updater and actually run it

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index eed1c038b..b36726b53 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -209,7 +209,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/it_IT local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -219,7 +219,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/pt_BR local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -229,7 +229,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/fr local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -239,7 +239,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/es local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -249,7 +249,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/pl local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -259,7 +259,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ko_KR local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -269,7 +269,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/de local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -279,7 +279,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ja local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -289,7 +289,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ru local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -299,7 +299,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/zh_Hans local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -309,7 +309,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ro local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -319,7 +319,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/uk local-html
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -330,7 +330,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/it_IT local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -340,7 +340,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/pt_BR local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -350,7 +350,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/fr local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -360,7 +360,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/es local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -370,7 +370,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/pl local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -380,7 +380,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ko_KR local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -390,7 +390,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/de local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -400,7 +400,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ja local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -410,7 +410,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ru local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -420,7 +420,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/zh_Hans local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -430,7 +430,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ro local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -440,7 +440,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/uk local-cheatsheets
-    depends_on: prepare
+    depends_on: check-xml
     when:
       path:
         include:
@@ -572,7 +572,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/it_IT local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -582,7 +582,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/pt_BR local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -592,7 +592,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/fr local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -602,7 +602,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/es local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -612,7 +612,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/pl local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -622,7 +622,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ko_KR local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -632,7 +632,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/de local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -642,7 +642,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ja local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -652,7 +652,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ru local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -662,7 +662,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/zh_Hans local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -672,7 +672,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/ro local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
@@ -682,7 +682,7 @@ steps:
     pull: true
     commands:
       - make -C build-docs/doc/po/uk local-pdf
-    depends_on: build-images
+    depends_on: [ build-images, check-xml ]
     when:
       path:
         include:
diff --git a/.woodpecker/update-docs-localized.sh b/.woodpecker/update-docs-localized.sh
index a481d99cc..fb6520706 100755
--- a/.woodpecker/update-docs-localized.sh
+++ b/.woodpecker/update-docs-localized.sh
@@ -23,7 +23,7 @@ do
         depends_on=check-xml
         ;;
       pdf)
-        depends_on=[ build-images, check-xml ]
+        depends_on="[ build-images, check-xml ]"
         ;;
       check-cheatsheets)
         depends_on=cheatsheets-${lang}

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

Summary of changes:
 .woodpecker/docs.yml                 | 72 ++++++++++++++++++------------------
 .woodpecker/update-docs-localized.sh |  2 +-
 2 files changed, 37 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list