[SCM] PostGIS branch master updated. 3.4.0rc1-1065-g01a644fca

git at osgeo.org git at osgeo.org
Sun Mar 24 13:20:25 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  01a644fca8d2ebf111602b14da45760831b86d8c (commit)
       via  ffef3e3cab55c121f66e0733ac4ca9edee57f434 (commit)
      from  3cb5ad154268898901aea7577b33399c6b958dc2 (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 01a644fca8d2ebf111602b14da45760831b86d8c
Merge: ffef3e3ca 3cb5ad154
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Mar 24 16:19:31 2024 -0400

    Merge branch 'master' of git.osgeo.org:postgis/postgis


commit ffef3e3cab55c121f66e0733ac4ca9edee57f434
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Mar 24 16:16:49 2024 -0400

    Change upgradechecks to depend on installcheck instead of buildcheck so they don't use same workspace at same time

diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index e5ca05664..c167928bb 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -119,7 +119,7 @@ steps:
 
   upgradecheck-pg12:
     image: *test-image
-    depends_on: build-pg12
+    depends_on: installcheck-pg12
     environment:
       - PGVER=12
     commands:
@@ -130,7 +130,7 @@ steps:
 
   upgradecheck-pg15:
     image: *test-image
-    depends_on: build-pg15
+    depends_on: installcheck-pg15
     environment:
       - PGVER=15
     commands:

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

Summary of changes:
 .woodpecker/regress.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list