[SCM] PostGIS branch stable-3.5 updated. 3.5.2-41-g87a4db64f

git at osgeo.org git at osgeo.org
Fri May 16 19:01:51 PDT 2025


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, stable-3.5 has been updated
       via  87a4db64f2c51980dc4e906c68520d26ad473db9 (commit)
      from  a3c4ffabcd6166d0cc0541059594de7bb94651c3 (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 87a4db64f2c51980dc4e906c68520d26ad473db9
Author: Regina Obe <lr at pcorp.us>
Date:   Fri May 16 22:01:45 2025 -0400

    Change woodie to use universal for all. Try to fix non-running woodie yml

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 1a81306bf..d453cd0e7 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,7 +1,9 @@
 labels:
   platform: linux/amd64
+when:
+  event: [push, pull_request, tag]
 variables:
-  - &test_image 'repo.osgeo.org/postgis/build-test:trisquel11'
+  - &test_image 'repo.osgeo.org/postgis/build-test:universal'
   - common_doc_paths: &common_doc_paths
       # related config files
       - ".woodpecker/docs.yml"
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index c4bd774dc..a81dbbfec 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -4,7 +4,7 @@ when:
   event: [push, pull_request, tag]
 steps:
   build:
-    image: repo.osgeo.org/postgis/build-test:trisquel11
+    image: repo.osgeo.org/postgis/build-test:universal
     pull: true
     commands:
       - sh ci/dronie/postgis_tools.sh

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

Summary of changes:
 .woodpecker/docs.yml  | 4 +++-
 .woodpecker/tools.yml | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list