[geos-commits] [SCM] GEOS branch 3.13 updated. 6660115369305a70c222ec2640b6d01e8d22e9db
git at osgeo.org
git at osgeo.org
Tue Mar 4 10:09:25 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.13 has been updated
via 6660115369305a70c222ec2640b6d01e8d22e9db (commit)
from 7ca307642e67b4dba8151b4a772d6ee412508a3c (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 6660115369305a70c222ec2640b6d01e8d22e9db
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Mar 4 10:08:56 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 23f4f1549..000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,14 +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:
- script:
- - mkdir build
- - cd build
- - cmake ..
- - make V=0
- #- install -m 755 /bin/true /usr/local/bin/git2cl
- - make distcheck
diff --git a/README.md b/README.md
index b52dd6d62..1caf759c2 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ The official Git repository is at [GitHub](https://github.com/libgeos/geos).
| CI | Status | CI | Status | CI | Status |
| :---: | :----- | :---: | :----- | :---: | :----- |
| GitHub | [](https://github.com/libgeos/geos/actions?query=branch%3A3.13) | Bessie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=bessie) | Debbie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Master/) |
-| GitLab CI | [](https://gitlab.com/geos/libgeos/commits/3.13) | Bessie32 | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=bessie32) | Winnie | [](https://winnie.postgis.net/view/GEOS/job/GEOS_Master/) |
+| | | Bessie32 | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=bessie32) | Winnie | [](https://winnie.postgis.net/view/GEOS/job/GEOS_Master/) |
| | | Berrie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=berrie) | Dronie | [](https://dronie.osgeo.org/geos/geos?branch=master) |
| | | Berrie64 | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=berrie64) |
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 14 --------------
README.md | 2 +-
2 files changed, 1 insertion(+), 15 deletions(-)
delete mode 100644 .gitlab-ci.yml
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list