[geos-commits] [SCM] GEOS branch 3.10 updated. aaee530a7800e3a7eab8e03141f39d4f63997f63
git at osgeo.org
git at osgeo.org
Tue Mar 4 10:11:41 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.10 has been updated
via aaee530a7800e3a7eab8e03141f39d4f63997f63 (commit)
from f7c3c9ac9b0edc0d1e2a042b3bfbdb4f84c629ad (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 aaee530a7800e3a7eab8e03141f39d4f63997f63
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Mar 4 10:11:18 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 d2ea0abb9..1817e0773 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,6 @@ The official Git repository is at [GitHub](https://github.com/libgeos/geos).
| :---: | :--- |
| GitHub | [](https://github.com/libgeos/geos/actions?query=workflow%3ACI) |
| Azure | [](https://dev.azure.com/libgeos/geos/_build/latest?definitionId=2&branchName=3.10) |
-| GitLab CI | [](https://gitlab.com/geos/libgeos/commits/3.10) |
| Debbie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Branch_3.10/) |
| Winnie | [](https://winnie.postgis.net:444/view/GEOS/job/GEOS_Branch_3.10/) |
| Dronie | [](https://dronie.osgeo.org/geos/geos?branch=3.10) |
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 17 -----------------
README.md | 1 -
2 files changed, 18 deletions(-)
delete mode 100644 .gitlab-ci.yml
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list