[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1221-g8e8f89567

git at osgeo.org git at osgeo.org
Wed Jul 12 07:53:52 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  8e8f895678ee83b3262f93b48a85ab9b199c2e43 (commit)
      from  aec39bee6ba399085179e2d1f21cabea4b000ce0 (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 8e8f895678ee83b3262f93b48a85ab9b199c2e43
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 12 16:51:52 2023 +0200

    Fix check-cheatsheet-localized rule to exit on first failure

diff --git a/doc/Makefile.in b/doc/Makefile.in
index e18c08f81..4cefbdfa8 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -562,7 +562,7 @@ check-xml: $(XML_INPUTS)
 
 check-cheatsheets: cheatsheets
 	for f in $(abs_builddir)/html/*_cheatsheet-en.html; do \
-		$(abs_top_srcdir)/utils/check_localized_cheatsheets.sh $${f} en $(patsubst -%,%,$(DOCSUFFIX)); \
+		$(abs_top_srcdir)/utils/check_localized_cheatsheets.sh $${f} en $(patsubst -%,%,$(DOCSUFFIX)) || exit 1; \
 	done
 
 endif

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list