[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. b97fa93fbcfeae2c05f93c77f635adf055a4065d
git at osgeo.org
git at osgeo.org
Wed Apr 22 10:23:15 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 b97fa93fbcfeae2c05f93c77f635adf055a4065d (commit)
from eca3164120cc7beeafcef8e7eb6ce815dab3b811 (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 b97fa93fbcfeae2c05f93c77f635adf055a4065d
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Apr 22 19:23:03 2020 +0200
[drone] Pull build-test docker image from OSGeo server
And drop old drone config
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 22adb6b..185ef5c 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -4,7 +4,7 @@
# See https://git.osgeo.org/gitea/postgis/postgis-docker
# todo: add docker images from https://hub.docker.com/r/postgis/postgis-build-env/tags/
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.3
steps:
@@ -27,7 +27,7 @@ steps:
- utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
---
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.4
steps:
@@ -50,7 +50,7 @@ steps:
- utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
---
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.5
steps:
@@ -73,7 +73,7 @@ steps:
- utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
---
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.6
steps:
@@ -96,7 +96,7 @@ steps:
- utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
---
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
kind: pipeline
name: pg-10
steps:
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index 62a16d7..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-# See http://readme.drone.io/0.5/usage/overview
-
-# See https://git.osgeo.org/gitea/postgis/postgis-docker
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
-
-matrix:
- PGVER:
- - 9.3
- - 9.4
- - 9.5
- - 9.6
- - 10
-
-pipeline:
- clone:
- image: plugins/git
- depth: 20
- recursive: false
- build:
- image: *test-image
- pull: true
- commands:
- - 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
- # 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
- `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 10 +++++-----
.drone.yml | 35 -----------------------------------
2 files changed, 5 insertions(+), 40 deletions(-)
delete mode 100644 .drone.yml
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list