[SCM] PostGIS branch master updated. 3.6.0rc2-386-g6cf2d9572
git at osgeo.org
git at osgeo.org
Thu Mar 12 10:43:51 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 6cf2d95722ad8e9ad6247491b6ae2e11bb9438a1 (commit)
from 68dde711039986b47eb62feda45bb24b13b0ea37 (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 6cf2d95722ad8e9ad6247491b6ae2e11bb9438a1
Author: Regina Obe <lr at pcorp.us>
Date: Thu Mar 12 13:43:46 2026 -0400
Fix typo in winnie config
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index b3ac5bd47..2f5098aa9 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -160,7 +160,7 @@ for EXTNAME in $extensions_to_install; do
done
#cp -r ${PGPATH}/share/extension/postgis*${POSTGIS_MICRO_VER}.sql ${PGPATHEDB}/share/extension
#cp -r ${PGPATH}/share/extension/postgis*${POSTGIS_MICRO_VER}next.sql ${PGPATHEDB}/share/extension
- p -r extensions/*/*.control ${PGPATHEDB}/share/extension
+cp -r extensions/*/*.control ${PGPATHEDB}/share/extension
cp -r extensions/*/*.dll ${PGPATHEDB}/lib
make check RUNTESTFLAGS="--extension -v"
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/regress_postgis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list