[SCM] PostGIS branch stable-3.1 updated. 3.1.11-20-g8b64db802
git at osgeo.org
git at osgeo.org
Mon Apr 14 20:17:49 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.1 has been updated
via 8b64db802da8d8d4cd8fb4eb656af30b8211ab19 (commit)
from adaa1630e8722de3c6e613f1ab6ad6e95f84153b (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 8b64db802da8d8d4cd8fb4eb656af30b8211ab19
Author: Regina Obe <lr at pcorp.us>
Date: Mon Apr 14 23:16:18 2025 -0400
WOODPECKER Config upgrade
- only run on linux/amd64
- Upgrade syntax to 2.5+ standard
so don't get deprecation warnings and will work
when we move to woodpecker 3+
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index dede3b7dc..8c0ab5ab2 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,5 +1,9 @@
-pipeline:
- build:
+labels:
+ platform: linux/amd64
+when:
+ event: [push, pull_request, tag]
+steps:
+ - name: build
image: docker.osgeo.org/postgis/build-test:trisquel3
commands:
- export PATH=/usr/lib/postgresql/13/bin:$PATH
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index aa5119278..fe4316208 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,12 +1,15 @@
+labels:
+ platform: linux/amd64
+when:
+ event: [push, pull_request, tag]
matrix:
PG_VERSION:
- 14
- 12
- 11
-pipeline:
- build:
- group: build
+steps:
+ - name: build
image: docker.osgeo.org/postgis/build-test:trisquel3
commands:
- sh autogen.sh
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 8 ++++++--
.woodpecker/regress.yml | 9 ++++++---
2 files changed, 12 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list