[SCM] PostGIS branch master updated. 3.6.0rc2-65-gb1d3d4145
git at osgeo.org
git at osgeo.org
Tue Sep 30 00:29:37 PDT 2025
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 b1d3d414588470fbadbb19d97b9fa4f5166b56fc (commit)
from 0e46c6f1f5492e4e164b594172593237cb3565be (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 b1d3d414588470fbadbb19d97b9fa4f5166b56fc
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Sep 30 09:29:23 2025 +0200
Add help about <to_version>
diff --git a/utils/check_all_upgrades.sh b/utils/check_all_upgrades.sh
index 68e9ae229..ffe206dd1 100755
--- a/utils/check_all_upgrades.sh
+++ b/utils/check_all_upgrades.sh
@@ -24,6 +24,8 @@ usage() {
echo "\t--help|-h Print this usage text"
echo "\t-s Stop on first failure"
echo "\t--skip <regexp> Do not run tests with label matching given extended regexp"
+ echo "Positional parameters:"
+ echo "\t<to_version> Target upgrade version. See regress/run_test.pl help on --upgrade-path <to> parameter."
}
while test -n "$1"; do
-----------------------------------------------------------------------
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