[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-120-g160a215

git at osgeo.org git at osgeo.org
Thu Mar 25 13:05:34 PDT 2021


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  160a2159c33bfa12211b1951975d5dca8ec483d0 (commit)
       via  11dc1c60d8dbf5e534d1d32b1731038d92bf2be2 (commit)
      from  66cb4dd37638f5a3f8f7755ce9bb4041ed4ec817 (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 160a2159c33bfa12211b1951975d5dca8ec483d0
Merge: 11dc1c6 66cb4dd
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Mar 25 13:05:25 2021 -0700

    Merge branch 'master' of https://git.osgeo.org/gitea/postgis/postgis


commit 11dc1c60d8dbf5e534d1d32b1731038d92bf2be2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Mar 25 13:05:18 2021 -0700

    Remove check-tests-enabled from check target for now, it fails on MacOS due to differences in sed behaviour. Should use Perl for regex ala the rest of the scripts for more portability over platforms

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 3f98403..8203a16 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -41,7 +41,7 @@ clean-local:
 # TODO: drop 'test' target..
 test: check
 
-check: check-no-trailing-blanks check-unit check-regress docs-check check-news check-tests-enabled
+check: check-no-trailing-blanks check-unit check-regress docs-check check-news 
 
 staged-install: all
 	$(MAKE) -C regress staged-install

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

Summary of changes:
 GNUmakefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list