[SCM] PostGIS branch master updated. 3.7.0beta1-105-ga25c022091
git at osgeo.org
git at osgeo.org
Mon Jul 27 16:44:02 PDT 2026
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 a25c0220917fa7eb483fece0a94f93b5caf333a0 (commit)
via ee19468c2a1cdc3f0c93453601fe85e9f7cbba65 (commit)
from 5e47d8c16f78442f9a2c7fbb8953a3c89da6a4a2 (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 a25c0220917fa7eb483fece0a94f93b5caf333a0
Merge: 5e47d8c16f ee19468c2a
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Mon Jul 27 16:44:01 2026 -0700
Merge pull request 'ci: rename Woodpecker helper directory' (!573) from Komzpa/postgis:codex/woodie-ci-dir-rename into master
Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/573
commit ee19468c2a1cdc3f0c93453601fe85e9f7cbba65
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Tue Jul 28 03:43:13 2026 +0400
ci: rename Woodpecker helper directory
diff --git a/.woodpecker/codeql.yml b/.woodpecker/codeql.yml
index 8775546ee8..51d19347cc 100644
--- a/.woodpecker/codeql.yml
+++ b/.woodpecker/codeql.yml
@@ -15,7 +15,7 @@ steps:
image: repo.osgeo.org/postgis/build-test:debian13
pull: true
commands:
- - gate_status=0; python3 ci/dronie/codeql_should_run.py || gate_status=$$?; if test "$${gate_status}" = 78; then exit 0; elif test "$${gate_status}" != 0; then exit "$${gate_status}"; fi
+ - gate_status=0; python3 ci/woodie/codeql_should_run.py || gate_status=$$?; if test "$${gate_status}" = 78; then exit 0; elif test "$${gate_status}" != 0; then exit "$${gate_status}"; fi
- export CODEQL_TMP="$${CI_WORKSPACE}/.tmp/codeql"
- export CODEQL_HOME="$${CODEQL_TMP}/codeql"
- export CODEQL_DB="$${CODEQL_TMP}/db"
@@ -31,7 +31,7 @@ steps:
"$${CODEQL_HOME}/codeql" database create "$${CODEQL_DB}"
--language=cpp
--source-root="$${CI_WORKSPACE}"
- --command=ci/dronie/codeql_build.sh
+ --command=ci/woodie/codeql_build.sh
- >-
"$${CODEQL_HOME}/codeql" database analyze "$${CODEQL_DB}"
cpp-security-and-quality.qls
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index 90e989e439..b3155346df 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -7,4 +7,4 @@ steps:
image: repo.osgeo.org/postgis/build-test:debian13
pull: true
commands:
- - sh ci/dronie/postgis_tools.sh
+ - sh ci/woodie/postgis_tools.sh
diff --git a/ci/dronie/codeql_build.sh b/ci/woodie/codeql_build.sh
similarity index 100%
rename from ci/dronie/codeql_build.sh
rename to ci/woodie/codeql_build.sh
diff --git a/ci/dronie/codeql_should_run.py b/ci/woodie/codeql_should_run.py
similarity index 97%
rename from ci/dronie/codeql_should_run.py
rename to ci/woodie/codeql_should_run.py
index 109d145fb1..fcb2fe132d 100755
--- a/ci/dronie/codeql_should_run.py
+++ b/ci/woodie/codeql_should_run.py
@@ -16,8 +16,8 @@ import sys
CODEQL_GLOBS = (
".woodpecker/codeql.yml",
".github/workflows/codeql.yml",
- "ci/dronie/codeql_build.sh",
- "ci/dronie/codeql_should_run.py",
+ "ci/woodie/codeql_build.sh",
+ "ci/woodie/codeql_should_run.py",
"configure.ac",
"configure.in",
"autogen.sh",
diff --git a/ci/dronie/postgis_regress.sh b/ci/woodie/postgis_regress.sh
similarity index 100%
rename from ci/dronie/postgis_regress.sh
rename to ci/woodie/postgis_regress.sh
diff --git a/ci/dronie/postgis_regress_alpine.sh b/ci/woodie/postgis_regress_alpine.sh
similarity index 100%
rename from ci/dronie/postgis_regress_alpine.sh
rename to ci/woodie/postgis_regress_alpine.sh
diff --git a/ci/dronie/postgis_tools.sh b/ci/woodie/postgis_tools.sh
similarity index 100%
rename from ci/dronie/postgis_tools.sh
rename to ci/woodie/postgis_tools.sh
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/codeql.yml | 4 ++--
.woodpecker/tools.yml | 2 +-
ci/{dronie => woodie}/codeql_build.sh | 0
ci/{dronie => woodie}/codeql_should_run.py | 4 ++--
ci/{dronie => woodie}/postgis_regress.sh | 0
ci/{dronie => woodie}/postgis_regress_alpine.sh | 0
ci/{dronie => woodie}/postgis_tools.sh | 0
7 files changed, 5 insertions(+), 5 deletions(-)
rename ci/{dronie => woodie}/codeql_build.sh (100%)
rename ci/{dronie => woodie}/codeql_should_run.py (97%)
rename ci/{dronie => woodie}/postgis_regress.sh (100%)
rename ci/{dronie => woodie}/postgis_regress_alpine.sh (100%)
rename ci/{dronie => woodie}/postgis_tools.sh (100%)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list