[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-315-gee656108d
git at osgeo.org
git at osgeo.org
Thu Jan 20 06:40:27 PST 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, out-of-tree-builds has been updated
discards 3280e794ba4c6d4c3ac0ea308cf957b6aa68f712 (commit)
discards 9cfa28377bf071bd04c8a4263433e36a55848607 (commit)
via ee656108d4515bb857ddef134eae1b4cc7b066e3 (commit)
via 9816b8705562b4579f60dadd4a626eae9fd09597 (commit)
via 3cb5301ff51bb2a00f9ea724fa26192b6c58cbde (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (3280e794ba4c6d4c3ac0ea308cf957b6aa68f712)
\
N -- N -- N (ee656108d4515bb857ddef134eae1b4cc7b066e3)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 ee656108d4515bb857ddef134eae1b4cc7b066e3
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Jan 20 15:39:45 2022 +0100
Fix out-of-build check-regress (upgrade step)
References #5060
diff --git a/regress/runtest.mk b/regress/runtest.mk
index 888cb3e09..b337ee4ae 100644
--- a/regress/runtest.mk
+++ b/regress/runtest.mk
@@ -26,7 +26,7 @@ check-regress:
@if echo "$(RUNTESTFLAGS)" | grep -vq -- --upgrade; then \
echo "Running upgrade test as RUNTESTFLAGS did not contain that"; \
- $(PERL) $(topsrcdir)/regress/run_test.pl \
+ POSTGIS_TOP_BUILD_DIR=$(abs_top_builddir) $(PERL) $(topsrcdir)/regress/run_test.pl \
--upgrade \
$(RUNTESTFLAGS) \
$(RUNTESTFLAGS_INTERNAL) \
-----------------------------------------------------------------------
Summary of changes:
regress/runtest.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list