[geos-commits] [SCM] GEOS branch 3.11 updated. f4017ed4d93fc3b0747b1360c2d780cf1b7b6827
git at osgeo.org
git at osgeo.org
Tue Mar 4 10:10:57 PST 2025
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 "GEOS".
The branch, 3.11 has been updated
via f4017ed4d93fc3b0747b1360c2d780cf1b7b6827 (commit)
from da523da63adc2b2b14f83bad1d49062f2b309911 (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 f4017ed4d93fc3b0747b1360c2d780cf1b7b6827
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Mar 4 10:10:31 2025 -0800
Turn off GitLab CI as rate limits are failing it
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 7c437b0bf..000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-before_script:
- - apt-get update -qq
- - apt-get install -y --allow-unauthenticated build-essential cmake lsb-release
- - lsb_release -a
- - uname -a
-
-test:
- except:
- - master
- script:
- - mkdir build
- - cd build
- - cmake ..
- - make V=0
- - make check V=0
- - install -m 755 /bin/true /usr/local/bin/git2cl
- - make distcheck
diff --git a/README.md b/README.md
index b9ab495ed..3ab9e138a 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ The official Git repository is at [GitHub](https://github.com/libgeos/geos).
| CI | Status | CI | Status |
| :---: | :----- | :---: | :----- |
-| GitHub | [](https://github.com/libgeos/geos/actions?query=workflow:CI+branch:3.11) | GitLab CI | [](https://gitlab.com/geos/libgeos/commits/3.11) |
+| GitHub | [](https://github.com/libgeos/geos/actions?query=workflow:CI+branch:3.11) | | |
| Bessie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=bessie) | Debbie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Branch_3.11/) |
| Bessie32 | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=bessie32) | Winnie | [](https://winnie.postgis.net/view/GEOS/job/GEOS_Branch_3.11/) |
| Berrie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=berrie) | Dronie | [](https://dronie.osgeo.org/geos/geos?branch=3.11) |
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 17 -----------------
README.md | 2 +-
2 files changed, 1 insertion(+), 18 deletions(-)
delete mode 100644 .gitlab-ci.yml
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list