[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-5-g5872bb528

git at osgeo.org git at osgeo.org
Fri Dec 2 10:18:06 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, stable-3.3 has been updated
       via  5872bb528024feab15050d74d8313b90568e0f65 (commit)
      from  b6fde41da7121048f8594d72aff254646a3346c5 (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 5872bb528024feab15050d74d8313b90568e0f65
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Dec 2 13:16:43 2022 -0500

    Package the compiled version of raster2pgsql and not the script.
    Closes #5292 for PostGIS 3.3.3

diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index 2fadead4c..f14417355 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -221,7 +221,6 @@ cp raster/rt_pg/*.sql ${RELDIR}/${RELVERDIR}/share/contrib/postgis-${POSTGIS_MIN
 cp utils/*.pl ${RELDIR}/${RELVERDIR}/utils
 
 cp raster/loader/.libs/raster2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
-cp raster/loader/raster2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
 cp liblwgeom/.libs/*.dll ${RELDIR}/${RELVERDIR}/bin
 cp loader/shp2pgsql.exe ${RELDIR}/${RELVERDIR}/bin
 cp loader/.libs/shp2pgsql.exe ${RELDIR}/${RELVERDIR}/bin

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list