[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-228-g8c741465d

git at osgeo.org git at osgeo.org
Thu Jan 13 13:57:39 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  8c741465d1f8468fbea25110424dfcef61552bb1 (commit)
      from  6585fb00e0eac6ace556d81ac232a9f6b941bf95 (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 8c741465d1f8468fbea25110424dfcef61552bb1
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jan 13 02:15:14 2022 +0100

    [drone] Test upgrades via postgis_extension_upgrade()

diff --git a/ci/dronie/postgis_regress.sh b/ci/dronie/postgis_regress.sh
index 2f38d0210..2ae83b059 100644
--- a/ci/dronie/postgis_regress.sh
+++ b/ci/dronie/postgis_regress.sh
@@ -16,5 +16,7 @@ psql -c "select version()" template1
 RUNTESTFLAGS=-v make check
 make install
 RUNTESTFLAGS=-v make installcheck
-utils/check_all_upgrades.sh -s \
-  `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
+
+CURRENTVERSION=`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
+utils/check_all_upgrades.sh -s ${CURRENTVERSION}
+utils/check_all_upgrades.sh -s ${CURRENTVERSION}!

-----------------------------------------------------------------------

Summary of changes:
 ci/dronie/postgis_regress.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list