[SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. c960912a7a628aafacec039863d0b0377d6edd05

git at osgeo.org git at osgeo.org
Sat Nov 8 00:43:53 PST 2025


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 Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".

The branch, master has been updated
       via  c960912a7a628aafacec039863d0b0377d6edd05 (commit)
      from  fd680d0534a8f33863c577f6e6a8f1d90084bbd4 (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 c960912a7a628aafacec039863d0b0377d6edd05
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 8 03:43:48 2025 -0500

    Fix install in edb

diff --git a/windows/mingw64/scripts/build_pgsphere.sh b/windows/mingw64/scripts/build_pgsphere.sh
index 7ebaed8..77a3381 100644
--- a/windows/mingw64/scripts/build_pgsphere.sh
+++ b/windows/mingw64/scripts/build_pgsphere.sh
@@ -60,6 +60,8 @@ make USE_HEALPIX=0
 rm ${PGPATH}/lib/pg_sphere.dll
 make USE_HEALPIX=0 install
 cp pg_sphere.dll ${PGPATHEDB}/lib/
+cp pg_sphere*.sql ${PGPATHEDB}/share/extension/
+cp pg_sphere.control ${PGPATHEDB}/share/extension/
 
 make installcheck USE_HEALPIX=0
 

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

Summary of changes:
 windows/mingw64/scripts/build_pgsphere.sh | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.


More information about the postgis-tickets mailing list