[SCM] PostGIS branch master updated. 3.6.0rc2-236-g69f409965
git at osgeo.org
git at osgeo.org
Sat Nov 29 12:36:11 PST 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 69f409965635b20fe42da38f86947c0a6d8aa888 (commit)
via c7bfc2169820f84ee12abc9e7bbfe989c5044295 (commit)
from d44a6df35bf71a6fca4bdb4f997e032ce61591e9 (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 69f409965635b20fe42da38f86947c0a6d8aa888
Author: Regina Obe <lr at pcorp.us>
Date: Sat Nov 29 15:21:53 2025 -0500
debian 13 image switch and add out codespell version
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index aefe46c4d..f01c432ca 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -3,7 +3,7 @@ labels:
when:
event: [push, pull_request, tag]
variables:
- - &test_image 'repo.osgeo.org/postgis/build-test:universal'
+ - &test_image 'repo.osgeo.org/postgis/build-test:debian13'
- common_doc_paths: &common_doc_paths
# related config files
- ".woodpecker/docs.yml"
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 134896315..b68cc13c3 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:universal
+ test-image: &test-image repo.osgeo.org/postgis/build-test:debian13
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}')
@@ -23,8 +23,10 @@ variables:
- cd "$${BUILDDIR}"
- $${SRCDIR}/configure
--with-library-minor-version
+ --without-code-spell
--enable-lto
--without-interrupt-tests
+ --disable-spellcheck-tests
CFLAGS="-O2 -Wall -fno-omit-frame-pointer -Werror"
- make -j
steps-pg-test-preinstall: &steps-pg-test-preinstall
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index a81dbbfec..90e989e43 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:universal
+ image: repo.osgeo.org/postgis/build-test:debian13
pull: true
commands:
- sh ci/dronie/postgis_tools.sh
commit c7bfc2169820f84ee12abc9e7bbfe989c5044295
Author: Regina Obe <lr at pcorp.us>
Date: Sat Nov 29 15:15:38 2025 -0500
Spit out version of codespell
diff --git a/.woodpecker/codespell.yml b/.woodpecker/codespell.yml
index 824f73f92..a80a24986 100644
--- a/.woodpecker/codespell.yml
+++ b/.woodpecker/codespell.yml
@@ -7,4 +7,5 @@ steps:
image: repo.osgeo.org/postgis/build-test:debian13
pull: true
commands:
+ - codespell --version
- codespell
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/codespell.yml | 1 +
.woodpecker/docs.yml | 2 +-
.woodpecker/regress.yml | 4 +++-
.woodpecker/tools.yml | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list