[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-361-g5e6d2507e

git at osgeo.org git at osgeo.org
Fri Dec 2 10:15:44 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  5e6d2507eda5d078a64b6eb2426d3e675eba3357 (commit)
      from  682be27f93c56d0d407308b39d6de44bccc78db8 (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 5e6d2507eda5d078a64b6eb2426d3e675eba3357
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Dec 2 13:14:45 2022 -0500

    Package the compiled version of raster2pgsql and not the script.
    References #5292 for PostGIS 3.4.0

diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index aeb849ec4..bdb8790f8 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