[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.4-11-g876445a
git at osgeo.org
git at osgeo.org
Wed Apr 22 10:17:52 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.5 has been updated
via 876445a448345b03f4706862d0942a6689d0e4b4 (commit)
from 10318f524f6b099a2f5ea11842d288422c694c8e (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 876445a448345b03f4706862d0942a6689d0e4b4
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Apr 22 19:14:41 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 56ab8e7..5350a8a 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
clone: &clone
image: plugins/git
depth: 20
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index 33d6c3d..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-# See http://readme.drone.io/0.5/usage/overview
-
-# See https://git.osgeo.org/gogs/postgis/postgis-docker
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
-
-matrix:
- PGVER:
- - 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 -Werror" --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 | 2 +-
.drone.yml | 34 ----------------------------------
2 files changed, 1 insertion(+), 35 deletions(-)
delete mode 100644 .drone.yml
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list