[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-154-g750c6dd7b
git at osgeo.org
git at osgeo.org
Sun Oct 2 02:43:13 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 750c6dd7b8c71ae69d21a779a6a13c68cb03525a (commit)
from 23c99aa4584d6df2b6b6873eb454405688d5579c (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 750c6dd7b8c71ae69d21a779a6a13c68cb03525a
Author: Regina Obe <lr at pcorp.us>
Date: Sun Oct 2 05:42:46 2022 -0400
Add sfcgal upgrades to check upgrades
diff --git a/utils/check_all_upgrades.sh b/utils/check_all_upgrades.sh
index 3c635947b..bfcec355d 100755
--- a/utils/check_all_upgrades.sh
+++ b/utils/check_all_upgrades.sh
@@ -160,6 +160,8 @@ for EXT in ${INSTALLED_EXTENSIONS}; do
REGDIR=${BUILDDIR}/topology/test
elif test "${EXT}" = "postgis_raster"; then
REGDIR=${BUILDDIR}/raster/test/regress
+ elif test "${EXT}" = "postgis_sfcgal"; then
+ REGDIR=${BUILDDIR}/sfcgal/test/regress
else
echo "SKIP: don't know where to find regress tests for extension ${EXT}"
fi
-----------------------------------------------------------------------
Summary of changes:
utils/check_all_upgrades.sh | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list