[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-15-gf723582

git at osgeo.org git at osgeo.org
Sat Aug 14 21:56:14 PDT 2021


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-2.5 has been updated
       via  f7235829606a5cdcb841bcc4cf9c591c52dadd58 (commit)
      from  a913223a7e9ea0fab8a59349f6c20732ee826dc5 (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 f7235829606a5cdcb841bcc4cf9c591c52dadd58
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 15 00:56:08 2021 -0400

    Take 9.5 out of dronie testing, apt no longer providing dev packages for it as it's eol'd. References #4967

diff --git a/.cloud-drone.yml b/.cloud-drone.yml
index 58308d8..9b37fb7 100644
--- a/.cloud-drone.yml
+++ b/.cloud-drone.yml
@@ -14,9 +14,9 @@ kind: pipeline
 name: build
 clone: *clone
 steps:
-  - name: build-9.5
+  - name: build-9.6
     image: *test-image
     pull: true
     commands:
-      - PGVER=9.5 sh ci/dronie/postgis_regress.sh
+      - PGVER=9.6 sh ci/dronie/postgis_regress.sh
 ...
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 5350a8a..fc33c5c 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -14,12 +14,6 @@ kind: pipeline
 name: build
 clone: *clone
 steps:
-  - name: build-9.5
-    image: *test-image
-    pull: true
-    commands:
-      - PGVER=9.5 sh ci/dronie/postgis_regress.sh
-
   - name: build-9.6
     image: *test-image
     pull: true

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

Summary of changes:
 .cloud-drone.yml | 4 ++--
 .drone-1.0.yml   | 6 ------
 2 files changed, 2 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list