[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-108-g48ac91360

git at osgeo.org git at osgeo.org
Fri Jul 1 12:29:39 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  48ac9136091322ac9083dcc498abf34511a4a17b (commit)
      from  0903120772c9017f99c51c4b83b606be14e148b7 (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 48ac9136091322ac9083dcc498abf34511a4a17b
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 1 15:28:34 2022 -0400

    change MAX to UPGRADEME per strk's suggestion as it is clearer in purpose

diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index dcb932585..02d6339af 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -242,7 +242,7 @@ cp topology/topology_upgrade_*.sql ${RELDIR}/${RELVERDIR}/share/contrib/postgis-
 #cp utils/* ${RELDIR}/${RELVERDIR}/utils
 #cp extras/* ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MINOR_VER}/extras
 # in case we ever do MAX ship all the max scripts
-export POSTGIS_MINOR_MAX_VER=${POSTGIS_MINOR_VER}.MAX
+export POSTGIS_MINOR_MAX_VER=${POSTGIS_MINOR_VER}.UPGRADEME
 
 #export UPGRADE_VER_FILE="extensions/upgradeable_versions.mk"
 value=$(<extensions/upgradeable_versions.mk)

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

Summary of changes:
 ci/winnie/package_postgis.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list