[SCM] PostGIS branch master updated. 3.5.0-271-g6144d2ad5

git at osgeo.org git at osgeo.org
Tue Apr 15 11:35:56 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, master has been updated
       via  6144d2ad57f2d5b436eff83a1c58e3f2e1963b91 (commit)
      from  614eca7c169cd6e9819801d3ea99d5258262c58b (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 6144d2ad57f2d5b436eff83a1c58e3f2e1963b91
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Apr 15 14:35:50 2025 -0400

    Change woodie to use universal build

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 1d3386d41..4af31cf7a 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,7 +1,7 @@
 labels:
   platform: linux/amd64
 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/regress.yml b/.woodpecker/regress.yml
index e24e74cba..6173a5549 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -3,7 +3,7 @@ labels:
 when:
   event: [push, pull_request, tag]
 variables:
-  test-image: &test-image repo.osgeo.org/postgis/build-test:trisquel11
+  test-image: &test-image repo.osgeo.org/postgis/build-test:universal
   steps-env: &steps-env
     - export PATH=/usr/lib/postgresql/$${PGVER}/bin:$${PATH}
     - export PGPORT=$$(grep ^port /etc/postgresql/$${PGVER}/main/postgresql.conf | awk '{print $$3}')
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    | 2 +-
 .woodpecker/regress.yml | 2 +-
 .woodpecker/tools.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list