[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-100-g263194901

git at osgeo.org git at osgeo.org
Fri Sep 16 11:11:34 PDT 2022


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  263194901431dadce5fcd921e250298c04b46a0a (commit)
      from  984383dc79ffdc185356a37db9b6bc283f7b4c2c (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 263194901431dadce5fcd921e250298c04b46a0a
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Sep 16 20:08:46 2022 +0200

    Build tagged upgrade file at make time, not make install
    
    Helps preventing creation of files in build tree at install time

diff --git a/extensions/upgrade-paths-rules.mk b/extensions/upgrade-paths-rules.mk
index 9dbf9a484..7ae0d4485 100644
--- a/extensions/upgrade-paths-rules.mk
+++ b/extensions/upgrade-paths-rules.mk
@@ -23,6 +23,8 @@ install-upgrade-paths: tag-as-any
 	ln -fs "$(TAG_UPGRADE)" $(EXTDIR)/$(EXTENSION)--$(EXTVERSION)--ANY.sql; \
 	$(abs_topbuilddir)/loader/postgis install-extension-upgrades $(UPGRADEABLE_VERSIONS)
 
+all: sql/$(TAG_UPGRADE)
+
 tag-as-any: sql/$(TAG_UPGRADE)
 
 sql/$(TAG_UPGRADE): $(MAKEFILE_LIST) | sql

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

Summary of changes:
 extensions/upgrade-paths-rules.mk | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list