[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-252-gf10b31fbc
git at osgeo.org
git at osgeo.org
Sat Jan 15 03:35:22 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, master has been updated
via f10b31fbc7222e6763bf90248d3f8ca2086997e2 (commit)
from 092951e0b337d5d0cb7ca8b28a8ad29ec4d9c0f3 (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 f10b31fbc7222e6763bf90248d3f8ca2086997e2
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Jan 15 12:32:33 2022 +0100
Include actual target version in check_all_upgrades.sh :auto
diff --git a/utils/check_all_upgrades.sh b/utils/check_all_upgrades.sh
index c182569c4..ff8a2b59b 100755
--- a/utils/check_all_upgrades.sh
+++ b/utils/check_all_upgrades.sh
@@ -103,7 +103,11 @@ for EXT in ${INSTALLED_EXTENSIONS}; do
continue
fi
if test -e ${UPGRADE_FILE}; then
- echo "Testing ${EXT} upgrade $UPGRADE_PATH"
+ if expr $to_version_param : ':auto' >/dev/null; then
+ echo "Testing ${EXT} upgrade $UPGRADE_PATH ($to_version)"
+ else
+ echo "Testing ${EXT} upgrade $UPGRADE_PATH"
+ fi
RUNTESTFLAGS="-v --extension --upgrade-path=${UPGRADE_PATH} ${USERTESTFLAGS}" \
make -C ${REGDIR} check && {
echo "PASS: upgrade $UPGRADE_PATH"
-----------------------------------------------------------------------
Summary of changes:
utils/check_all_upgrades.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list