[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.5-31-gcde4b6bdb
git at osgeo.org
git at osgeo.org
Wed Jul 20 07:59:38 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, stable-3.1 has been updated
via cde4b6bdb6c2d08dcedc49eb7e5774a38dcad5f3 (commit)
from 9f44fd932390b0c42336babd134264263def59e9 (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 cde4b6bdb6c2d08dcedc49eb7e5774a38dcad5f3
Author: Regina Obe <lr at pcorp.us>
Date: Wed Jul 20 10:59:24 2022 -0400
Make debbie's upgrade test configurable
diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index d21e2eafe..a4a3c3f8e 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -118,8 +118,10 @@ fi
# Test all available upgrades
# TODO: protect via some variable ?
-utils/check_all_upgrades.sh \
- `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-if [ "$?" != "0" ]; then
- exit $?
+if [ "$CHECK_UPGRADE" = "1"]; then
+ utils/check_all_upgrades.sh \
+ `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
+ if [ "$?" != "0" ]; then
+ exit $?
+ fi
fi
-----------------------------------------------------------------------
Summary of changes:
ci/debbie/postgis_regress.sh | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list