[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-23-g3368ef66c

git at osgeo.org git at osgeo.org
Mon Jul 17 13:00:10 PDT 2023


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  3368ef66cda0b2773c66392526fdfdee1ce7cde7 (commit)
      from  45d18b83b025c56239355449e8ecedcbe8da93ba (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 3368ef66cda0b2773c66392526fdfdee1ce7cde7
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jul 17 21:57:54 2023 +0200

    [woodie] Be more specific about which paths NOT to convert

diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index fd0036816..82122e5e8 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -21,7 +21,7 @@ export PCRE_VER=8.33
 
 # Don't convert paths
 # See https://trac.osgeo.org/postgis/ticket/5436#comment:5
-export MSYS2_ARG_CONV_EXCL=*
+export MSYS2_ARG_CONV_EXCL=/config/tags
 
 
 if  [[ "${ICON_VER}" == '' ]] ; then

-----------------------------------------------------------------------

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