[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-634-g5930a3ff2
git at osgeo.org
git at osgeo.org
Fri Feb 17 15:43:23 PST 2023
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 5930a3ff2f321548223e9a9147a3eea6870b52cd (commit)
via e5b4697ade633c0cc467bcafd8a5c3ba07848fdb (commit)
from b990f18a03356ca477ed061a92c064443b2938be (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 5930a3ff2f321548223e9a9147a3eea6870b52cd
Author: Regina Obe <lr at pcorp.us>
Date: Fri Feb 17 18:43:11 2023 -0500
Put gitlab back on the ci menu, now that gitlab is working again
diff --git a/README.md b/README.md
index edc857aba..74f550099 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@
| [![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) |
| **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** |
-| [![CI](https://github.com/postgis/postgis/workflows/CI/badge.svg?branch=master)](https://github.com/postgis/postgis/actions?query=branch%3Amaster) | [![Woodie](https://woodie.osgeo.org/api/badges/postgis/postgis/status.svg?branch=master)](https://woodie.osgeo.org/postgis/postgis/branches/master) ||
+| **GitHub** | **Woodie** | **GitLab**
+| [![CI](https://github.com/postgis/postgis/workflows/CI/badge.svg?branch=master)](https://github.com/postgis/postgis/actions?query=branch%3Amaster) | [![Woodie](https://woodie.osgeo.org/api/badges/postgis/postgis/status.svg?branch=master)](https://woodie.osgeo.org/postgis/postgis/branches/master) | [![Gitlab-CI](https://gitlab.com/postgis/postgis/badges/master/pipeline.svg)](https://gitlab.com/postgis/postgis/commits/master) | ||
This file is here to play nicely with modern code repository facilities.
Actual readme is [here](README.postgis).
commit e5b4697ade633c0cc467bcafd8a5c3ba07848fdb
Author: Regina Obe <lr at pcorp.us>
Date: Fri Feb 17 18:41:03 2023 -0500
Enable dumprestore tests on debbie
diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index e51925692..801f21c60 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -14,7 +14,7 @@ set -e
# export SFCGAL_VER=1.3
export MAKE_GARDEN=0
export MAKE_EXTENSION=1
-export DUMP_RESTORE=0
+export DUMP_RESTORE=1
export MAKE_LOGBT=0
export NO_SFCGAL=0
export MAKE_UPGRADE=1
-----------------------------------------------------------------------
Summary of changes:
README.md | 4 ++--
ci/debbie/postgis_regress.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list