[SCM] PostGIS branch master updated. 3.5.0alpha2-12-gf8d738eba
git at osgeo.org
git at osgeo.org
Wed Jul 17 21:27:01 PDT 2024
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, master has been updated
via f8d738eba503257408fa77c845e1e90503e48f8c (commit)
from 0341df45280423f0fa51b16b7249b7847b68834b (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 f8d738eba503257408fa77c845e1e90503e48f8c
Author: Regina Obe <lr at pcorp.us>
Date: Thu Jul 18 00:25:43 2024 -0400
Cirrus resources very limited on free plan
- Try to enable only for pull requests (my syntax might not be right)
- Take off the README list. We already have enough real reds to worry
about.
diff --git a/.cirrus.yml b/.cirrus.yml
index c5249f3b0..c2490f510 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,5 +1,5 @@
task:
- only_if: true
+ only_if: $CIRRUS_BRANCH =~ 'pull/.*'
name: FreeBSD
alias: test-freebsd
#env:
diff --git a/README.md b/README.md
index e4da75d0c..899f287ce 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
| **Debbie** | **Winnie** | **Dronie** |
| --------- | ---------- | --------- |
| [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_trunk)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_trunk/) | [![Build Status](https://winnie.postgis.net/buildStatus/icon?job=PostGIS_trunk)](https://winnie.postgis.net/view/PostGIS/job/PostGIS_trunk/) | [![Build Status](https://dronie.osgeo.org/api/badges/postgis/postgis/status.svg?branch=master)](https://dronie.osgeo.org/postgis/postgis?branch=master) ||
-| **Bessie** | **Bessie32** | **Cirrus-CI** |
-| [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run%2Flabel%3Dbessie)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=bessie/) | [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run%2Flabel%3Dbessie32)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=bessie32/) | [![Build Status](https://api.cirrus-ci.com/github/postgis/postgis.svg?branch=master)](http://cirrus-ci.com/github/postgis/postgis) |
+| **Bessie** | **Bessie32** |
+| [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run%2Flabel%3Dbessie)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=bessie/) | [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run%2Flabel%3Dbessie32)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=bessie32/) |
| **Berrie** | **Berrie64** |
| [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run/label=berrie&build=last:${params.reference=refs/heads/master})](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=berrie/) | [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_Worker_Run/label=berrie64&build=last:${params.reference=refs/heads/master})](https://debbie.postgis.net/view/PostGIS/job/PostGIS_Worker_Run/label=berrie64/) | ||
| **GitHub** | **Woodie** | **GitLab**
-----------------------------------------------------------------------
Summary of changes:
.cirrus.yml | 2 +-
README.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list