[postgis-tickets] [SCM] PostGIS branch out-of-tree-builds updated. 3.2.0-374-g37d2d15b1
git at osgeo.org
git at osgeo.org
Wed Jan 26 07:11:57 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 b3f91fd74a4fff483f477d75c3e1e0ebb9572641 (commit)
via 37d2d15b1536d48e8cf7f0d68c2cfba0c8ded526 (commit)
via 9ad2ad9b6bfc1b90a35b71f93a5f95ebd9d9a98a (commit)
via 2729bda06dc54f406139af467b5b8cb2668149a3 (commit)
via 69060576da3ea6a672b64abb674f4be6b6c44c89 (commit)
via d0aba2fd4d2f1079a2de5fcda8301e82a64be36e (commit)
via 641ec87d372d621791f657b931882f2a40f4c7c3 (commit)
via 9a1d42275893a4e43a2c083568a8ef0dbb743493 (commit)
via 66441a005748dfc7a5b547b8238d951ef1e3413a (commit)
via 74c2b40c845532cd94d9dc472f9a6ca265ca1432 (commit)
via 393830dd01e0e270133223703ef2f5642800e058 (commit)
via 86ad8a6e3f21153a26f357a5ab40b5d307b8b3d9 (commit)
via 9d180a035bc78dfa93eadc4129665541fe81ba57 (commit)
via a0795948abbebc376d57810f76f84c8406b51605 (commit)
via 8ed7a32bd2b92ea6a09c01ee057fb098c336447f (commit)
via 49ee0d46c7f9bab151b050ffa23e8b9971cc20ef (commit)
via c22680adf6b4ac9be5203211d471c9d701b3fcf0 (commit)
via b0de6849b52e9ec4458ffee2f2bf18e552855966 (commit)
via 28d3747b8ecc585780112e8fe54c3d5da99cba5f (commit)
via abd364d7fa43a9ef24fb59a01a9578d4552f2db2 (commit)
via c8406749f90fe39f613f824a7fb811e8499f0bb1 (commit)
via b9e5da7c4d6fc4b77daedfcdff2e48a33bf10438 (commit)
via e180a30fa28003b295054b3bbf2e0f559cca257d (commit)
via f9b69fe4e9bc89135fbc2367f20c45bdcc54e93d (commit)
via 337a30f85841bec1a973021939bc1d42bcd298c0 (commit)
via af1ab301d3e05f05582888a6a3b8392dd77bb7b6 (commit)
via 6a48844bd75afa4a773a22dd20bb507023fdab88 (commit)
via 859a9dbe99b24184e8dbfaf96f74a856853ed989 (commit)
via df638fe844466e5a829d961de5eb1a93c0eb8a78 (commit)
via 89600849aa3aa74273dba51047b7393f5f3dbbcb (commit)
via 22e0b8d5c1e7302cb5d19e7fb036def4c546c4b7 (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 (b3f91fd74a4fff483f477d75c3e1e0ebb9572641)
\
N -- N -- N (37d2d15b1536d48e8cf7f0d68c2cfba0c8ded526)
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 37d2d15b1536d48e8cf7f0d68c2cfba0c8ded526
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Jan 26 16:09:03 2022 +0100
[gitlab-ci] Use out-of-source build
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51f806337..9e449db02 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,9 @@
- ./configure
- make maintainer-clean
- ./autogen.sh
- - ./configure CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
+ - export SRCDIR=`pwd`
+ - mkdir /tmp/build && cd /tmp/build
+ - ${SRCDIR}/configure CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
- make
- RUNTESTFLAGS=-v make check
- RUNTESTFLAGS="-v --dumprestore" make check-regress
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 4 +-
NEWS | 3 +
doc/administration.xml | 84 +++---
doc/installation.xml | 3 +-
doc/po/de/administration.xml.po | 275 ++++++++++--------
doc/po/de/installation.xml.po | 324 +++++++++++-----------
doc/po/es/administration.xml.po | 275 ++++++++++--------
doc/po/es/installation.xml.po | 334 +++++++++++-----------
doc/po/fr/administration.xml.po | 275 ++++++++++--------
doc/po/fr/installation.xml.po | 324 +++++++++++-----------
doc/po/it_IT/administration.xml.po | 275 ++++++++++--------
doc/po/it_IT/installation.xml.po | 328 +++++++++++-----------
doc/po/ja/administration.xml.po | 398 +++++++++++++++------------
doc/po/ja/database_tuning.xml.po | 92 +++++--
doc/po/ja/extras_address_standardizer.xml.po | 34 +--
doc/po/ja/installation.xml.po | 322 +++++++++++-----------
doc/po/ja/reference_accessor.xml.po | 9 +-
doc/po/ja/reference_bbox.xml.po | 14 +-
doc/po/ja/reference_editor.xml.po | 9 +-
doc/po/ja/reference_input.xml.po | 9 +-
doc/po/ja/reference_measure.xml.po | 9 +-
doc/po/ja/reference_operator.xml.po | 9 +-
doc/po/ja/reference_output.xml.po | 4 +-
doc/po/ja/reference_relationship.xml.po | 9 +-
doc/po/ja/reference_sfcgal.xml.po | 22 +-
doc/po/ja/reference_srs.xml.po | 14 +-
doc/po/ja/reference_transformation.xml.po | 14 +-
doc/po/ko_KR/administration.xml.po | 292 ++++++++++++--------
doc/po/ko_KR/installation.xml.po | 322 +++++++++++-----------
doc/po/pl/administration.xml.po | 275 ++++++++++--------
doc/po/pl/installation.xml.po | 319 ++++++++++-----------
doc/po/pt_BR/administration.xml.po | 275 ++++++++++--------
doc/po/pt_BR/installation.xml.po | 346 +++++++++++------------
doc/po/ru/administration.xml.po | 285 +++++++++++--------
doc/po/ru/installation.xml.po | 319 ++++++++++-----------
doc/po/templates/administration.xml.pot | 275 ++++++++++--------
doc/po/templates/installation.xml.pot | 319 ++++++++++-----------
liblwgeom/lwgeom.c | 2 +-
postgis/geography.sql.in | 2 +
postgis/gserialized_gist_2d.c | 69 +++--
postgis/gserialized_gist_nd.c | 47 ++--
postgis/lwgeom_ogc.c | 3 +-
postgis/postgis.sql.in | 4 +
43 files changed, 3610 insertions(+), 3016 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list