[SCM] PostGIS branch master updated. 3.4.0rc1-1022-gac2724a57

git at osgeo.org git at osgeo.org
Thu Mar 14 07:58:15 PDT 2024


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  ac2724a57b0bc84ca302102cfaa5d12d5a28730d (commit)
       via  0768172e8bbf7765c6d915127736a37c72cc6cba (commit)
      from  e92da8d2a0572ffbaf06118280817ca2939eee55 (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 ac2724a57b0bc84ca302102cfaa5d12d5a28730d
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Mar 14 10:58:12 2024 -0400

    Try to fix more depends on

diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 1192124bd..84ccacad2 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -75,7 +75,7 @@ steps:
 
   check-pg12:
     image: *test-image
-    depends_on: autogen
+    depends_on: build-pg12
     environment:
       - PGVER=12
     commands:
@@ -85,7 +85,7 @@ steps:
 
   check-pg15:
     image: *test-image
-    depends_on: autogen
+    depends_on: build-pg15
     environment:
       - PGVER=15
     commands:

commit 0768172e8bbf7765c6d915127736a37c72cc6cba
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Mar 14 10:57:40 2024 -0400

    Fix Addison's name

diff --git a/doc/introduction.xml b/doc/introduction.xml
index bf9864b56..ab161a6d2 100644
--- a/doc/introduction.xml
+++ b/doc/introduction.xml
@@ -271,11 +271,11 @@
 					<member>IIDA Tetsushi</member>
 					<member>Ingvild Nystuen</member>
 					<member>Jackie Leng</member>
+					<member>James Addison</member>
 					<member>James Marca</member>
 					<member>Jan Katins</member>
 					<member>Jan Tojnar</member>
 					<member>Jason Smith</member>
-					<member>Jay Addison</member>
 					<member>Jeff Adams</member>
 					<member>Jelte Fennema</member>
 					<member>Jim Jones</member>

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

Summary of changes:
 .woodpecker/regress.yml | 4 ++--
 doc/introduction.xml    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list