[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. 69611d94fdf1d717fe749d25f5b30104622b6155

git at osgeo.org git at osgeo.org
Thu Jul 23 11:57:02 PDT 2020


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.4 has been updated
       via  69611d94fdf1d717fe749d25f5b30104622b6155 (commit)
      from  c62c93fa5766e4509ec29b523fdca6458e99cf3a (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 69611d94fdf1d717fe749d25f5b30104622b6155
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Jul 23 14:56:54 2020 -0400

    Get rid of testing of PostgreSQL 9.3 as it's EOL and makes regress take too long

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 185ef5c..7fb9676 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -6,29 +6,6 @@
 # todo: add docker images from https://hub.docker.com/r/postgis/postgis-build-env/tags/
 test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
 kind: pipeline
-name: pg-9.3
-steps:
-  - name: build
-    image: *test-image
-    pull: true
-    commands:
-      - export PGVER=9.3
-      - service postgresql start $PGVER
-      - export PGPORT=`grep ^port /etc/postgresql/$PGVER/main/postgresql.conf | awk '{print $3}'`
-      - export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
-      - psql --version
-      - ./autogen.sh
-      - ./configure CFLAGS="-O0 -Wall -fno-omit-frame-pointer" --without-interrupt-tests
-      - make -j
-      # we should maybe wait for postgresql service to startup here...
-      - psql -c "select version()" template1
-      - make check RUNTESTFLAGS=-v
-      - make install
-      - utils/check_all_upgrades.sh -s
-        `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
----
-test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
-kind: pipeline
 name: pg-9.4
 steps:
   - name: build

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

Summary of changes:
 .drone-1.0.yml | 23 -----------------------
 1 file changed, 23 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list