[SCM] PostGIS branch stable-3.6 updated. 3.6.1-6-g11021e049
git at osgeo.org
git at osgeo.org
Sun Nov 30 18:31:54 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, stable-3.6 has been updated
via 11021e049f8b8a2c1031c37d0c0c41d1b0cbb3bb (commit)
from 4a9da4fcaa9de8e7dc87b6a3be7569cdc2e17e95 (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 11021e049f8b8a2c1031c37d0c0c41d1b0cbb3bb
Author: Regina Obe <lr at pcorp.us>
Date: Sun Nov 30 21:31:45 2025 -0500
Get rid of drone and refine wood-pecker to include removed drone items
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
deleted file mode 100644
index 1d26bed26..000000000
--- a/.drone-1.0.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-# This is for the drone 1.0 agent
-# https://docs.drone.io/user-guide/pipeline/steps/
-# https://dronie.osgeo.org #1.0 server
-
-# See https://git.osgeo.org/gitea/postgis/postgis-docker
-# todo: add docker images from https://hub.docker.com/r/postgis/postgis-build-env/tags/
-test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel11
-clone: &clone
- image: plugins/git
- depth: 50
- recursive: false
-
-kind: pipeline
-name: build
-clone: *clone
-steps:
-
- - name: autogen
- image: *test-image
- pull: always
- commands:
- - ./autogen.sh
- depends_on: [ clone ]
-
- - name: build-13
- image: *test-image
- pull: never
- commands:
- - PGVER=13 sh ci/dronie/postgis_regress.sh
- depends_on: [ autogen ]
-
- - name: build-14
- image: *test-image
- pull: never
- commands:
- - PGVER=14 sh ci/dronie/postgis_regress.sh
- depends_on: [ autogen ]
-
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index cbf30231d..09504b1e1 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -68,6 +68,24 @@ steps:
- <<: *steps-env
- <<: *steps-pg-build
+ build-pg13:
+ image: *test-image
+ depends_on: autogen
+ environment:
+ PGVER: 13
+ commands:
+ - <<: *steps-env
+ - <<: *steps-pg-build
+
+ build-pg14:
+ image: *test-image
+ depends_on: autogen
+ environment:
+ PGVER: 14
+ commands:
+ - <<: *steps-env
+ - <<: *steps-pg-build
+
build-pg17:
image: *test-image
depends_on: autogen
@@ -77,16 +95,6 @@ steps:
- <<: *steps-env
- <<: *steps-pg-build
- check-pg12:
- image: *test-image
- depends_on: build-pg12
- environment:
- PGVER: 12
- commands:
- - <<: *steps-env
- - <<: *steps-start-postgresql
- - <<: *steps-pg-test-preinstall
-
check-pg17:
image: *test-image
depends_on: build-pg17
@@ -129,14 +137,3 @@ steps:
- <<: *steps-start-postgresql
- <<: *steps-pg-install
- <<: *steps-pg-test-all-upgrades
-
- upgradecheck-pg17:
- image: *test-image
- depends_on: installcheck-pg17
- environment:
- PGVER: 17
- commands:
- - <<: *steps-env
- - <<: *steps-start-postgresql
- - <<: *steps-pg-install
- - <<: *steps-pg-test-all-upgrades
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 38 --------------------------------------
.woodpecker/regress.yml | 33 +++++++++++++++------------------
2 files changed, 15 insertions(+), 56 deletions(-)
delete mode 100644 .drone-1.0.yml
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list