[SCM] PostGIS branch stable-3.4 updated. 3.4.4-15-g6bc589417

git at osgeo.org git at osgeo.org
Tue Apr 22 17:57:35 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.4 has been updated
       via  6bc589417188b4480d8f84108a5514c923d6c131 (commit)
      from  d6da6d2385d258c92bb5667612ef53fd7ca12290 (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 6bc589417188b4480d8f84108a5514c923d6c131
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Apr 22 20:56:48 2025 -0400

    WOODPECKER CHANGES
     - use repo.osgeo.org instead of docker.osgeo.org
     - use environment mappings (other way is deprecated)

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 00e085186..ad5fa038a 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,5 +1,5 @@
 variables:
-  - &test_image 'docker.osgeo.org/postgis/build-test:trisquel3'
+  - &test_image 'repo.osgeo.org/postgis/build-test:trisquel3'
   - common_doc_paths: &common_doc_paths
       # related config files
       - ".woodpecker/docs.yml"
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 0a52492bc..e6bf5ad09 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,7 +1,7 @@
 when:
   event: [push, pull_request, tag]
 variables:
-  test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel3
+  test-image: &test-image repo.osgeo.org/postgis/build-test:trisquel3
   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}')
@@ -57,7 +57,7 @@ steps:
     image: *test-image
     depends_on: autogen
     environment:
-      - PGVER=12
+      PGVER: 12
     commands:
       - <<: *steps-env
       - <<: *steps-pg-build
@@ -66,7 +66,7 @@ steps:
     image: *test-image
     depends_on: autogen
     environment:
-      - PGVER=15
+      PGVER: 15
     commands:
       - <<: *steps-env
       - <<: *steps-pg-build
@@ -75,7 +75,7 @@ steps:
     image: *test-image
     depends_on: build-pg12
     environment:
-      - PGVER=12
+      PGVER: 12
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql
@@ -85,7 +85,7 @@ steps:
     image: *test-image
     depends_on: build-pg15
     environment:
-      - PGVER=15
+      PGVER: 15
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql
@@ -95,7 +95,7 @@ steps:
     image: *test-image
     depends_on: build-pg12
     environment:
-      - PGVER=12
+      PGVER: 12
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql
@@ -106,7 +106,7 @@ steps:
     image: *test-image
     depends_on: build-pg15
     environment:
-      - PGVER=15
+      PGVER: 15
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql
@@ -117,7 +117,7 @@ steps:
     image: *test-image
     depends_on: build-pg12
     environment:
-      - PGVER=12
+      PGVER: 12
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql
@@ -128,7 +128,7 @@ steps:
     image: *test-image
     depends_on: build-pg15
     environment:
-      - PGVER=15
+      PGVER: 15
     commands:
       - <<: *steps-env
       - <<: *steps-start-postgresql
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index 0d5033f07..9824a0fc7 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -2,7 +2,7 @@ when:
   event: [push, pull_request, tag]
 steps:
   build:
-    image: docker.osgeo.org/postgis/build-test:trisquel3
+    image: repo.osgeo.org/postgis/build-test:trisquel3
     pull: true
     commands:
       - sh ci/dronie/postgis_tools.sh

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list