[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-95-g76db9546e

git at osgeo.org git at osgeo.org
Fri Jun 24 08:23:04 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  76db9546e083a3ccc40a4f1bf3962f08fdeccd52 (commit)
      from  7c69026c8c40d7c1144824098059c9f1f0216167 (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 76db9546e083a3ccc40a4f1bf3962f08fdeccd52
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jun 24 11:22:58 2022 -0400

    Remove packaging of older extension scripts for windows

diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index e9cdec7b3..70c59e536 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -242,9 +242,20 @@ cp topology/topology_upgrade_*.sql ${RELDIR}/${RELVERDIR}/share/contrib/postgis-
 #cp topology/README* ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MINOR_VER}
 #cp utils/* ${RELDIR}/${RELVERDIR}/utils
 #cp extras/* ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MINOR_VER}/extras
-cp ${PGPATH}/share/extension/postgis*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
+# don't bother shiping old upgrade scripts
+cp ${PGPATH}/share/extension/postgis--ANY*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
+cp ${PGPATH}/share/extension/postgis*--2.3.7*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
+cp ${PGPATH}/share/extension/postgis*--2.4.4*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
+cp ${PGPATH}/share/extension/postgis*--2.4.10*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
+cp ${PGPATH}/share/extension/postgis*--2.5*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
+cp ${PGPATH}/share/extension/postgis*--3*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
 cp ${PGPATH}/share/extension/postgis*${POSTGIS_MICRO_VER}next.sql ${RELDIR}/${RELVERDIR}/share/extension
-cp ${PGPATH}/share/extension/address_standardizer*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
+# in case we ever do MAX ship all the max scripts
+export POSTGIS_MINOR_MAX_VER=${POSTGIS_MINOR_VER}.MAX
+cp ${PGPATH}/share/extension/postgis*${POSTGIS_MINOR_MAX_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
+
+cp ${PGPATH}/share/extension/address_standardizer*--3*${POSTGIS_MICRO_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
+cp ${PGPATH}/share/extension/address_standardizer*${POSTGIS_MINOR_MAX_VER}.sql ${RELDIR}/${RELVERDIR}/share/extension
 cp -r extensions/*/*.control ${RELDIR}/${RELVERDIR}/share/extension
 cp -r extensions/*/*.dll ${RELDIR}/${RELVERDIR}/lib #only address_standardizer in theory has this
 #cp extensions/postgis_topology/sql/* ${RELDIR}/${RELVERDIR}/share/extension

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

Summary of changes:
 ci/winnie/package_postgis.sh | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list