[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-38-g7d17eb50a
git at osgeo.org
git at osgeo.org
Wed Apr 20 13:31:34 PDT 2022
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 7d17eb50ab1ed5f479ee1b7127783431b697911e (commit)
from 33e6217994d86b340967e9919b6cb1abdc93bd86 (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 7d17eb50ab1ed5f479ee1b7127783431b697911e
Author: Regina Obe <lr at pcorp.us>
Date: Wed Apr 20 16:30:42 2022 -0400
CHANGES:
Try to fix gitlab-ci References #5138
Fix winnie badge and remove travis (no longer operational)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b91e3638..bba6df05d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: debian:stretch
test:
script:
- apt-get update -qq && apt-get install -y
+ bison flex
postgresql-9.6 postgresql-server-dev-9.6
build-essential autoconf libtool libcunit1-dev
xsltproc docbook-xsl docbook-mathml dblatex
diff --git a/README.md b/README.md
index 95dfcd4af..c555abba6 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
Debbie:
[![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_2.5)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_2.5/)
Winnie:
- [![Build Status](https://debbie.postgis.net:444/buildStatus/icon?job=PostGIS_2.5)](https://debbie.postgis.net:444/view/PostGIS/job/PostGIS_2.5/)
+ [![Build Status](https://winnie.postgis.net/buildStatus/icon?job=PostGIS_2.5)](https://winnie.postgis.net/view/PostGIS/job/PostGIS_2.5/)
Dronie:
[![Build Status](https://dronie.osgeo.org/api/badges/postgis/postgis/status.svg?ref=refs/heads/stable-2.5)](https://dronie.osgeo.org/postgis/postgis?branch=stable-2.5)
-Travis:
- [![Build Status](https://secure.travis-ci.org/postgis/postgis.svg)](http://travis-ci.org/postgis/postgis)
GitLab-CI:
[![Gitlab-CI](https://gitlab.com/postgis/postgis/badges/stable-2.5/pipeline.svg)](https://gitlab.com/postgis/postgis/commits/stable-2.5)
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 1 +
README.md | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list