[SCM] PostGIS branch stable-3.2 updated. 3.2.7-28-gbad86ac5d

git at osgeo.org git at osgeo.org
Tue Apr 15 07:33:54 PDT 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".

The branch, stable-3.2 has been updated
       via  bad86ac5d6c215a01a42b5dd053fcafed35ec725 (commit)
      from  d2f18e68b3abf2d550fba185e73f7bc7f1ee37fc (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 bad86ac5d6c215a01a42b5dd053fcafed35ec725
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Apr 15 10:33:47 2025 -0400

    Fix doc building, was trying to use PG17

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 0024bdff3..509ffc502 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -8,6 +8,7 @@ steps:
     when:
       path: "doc/*"
     commands:
+      - export PATH=/usr/lib/postgresql/12/bin:$PATH
       - ./autogen.sh
       - PGVER=12 ./configure
       - make docs

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

Summary of changes:
 .woodpecker/docs.yml | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list