[geos-commits] [SCM] GEOS branch 3.9 updated. a295f69e6ba2740d2d596633610189e699f590ad

git at osgeo.org git at osgeo.org
Tue Mar 4 10:12:27 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.9 has been updated
       via  a295f69e6ba2740d2d596633610189e699f590ad (commit)
      from  082161ef5c34a47178742167fa7025b6ff31ad47 (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 a295f69e6ba2740d2d596633610189e699f590ad
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Mar 4 10:11:58 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 c0ce10cfa..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 autoconf automake libtool lsb-release
-    - lsb_release -a
-    - uname -a
-
-test:
-  script:
-    - ./autogen.sh
-    - ./configure
-    - 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 5659bbade..696d6e844 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,6 @@ More information is available the [project homepage](https://libgeos.org/).
 | CI  | Status |
 |:--- |:------ |
 | GitHub | [![github](https://github.com/libgeos/geos/workflows/CI/badge.svg?branch=3.9)](https://github.com/libgeos/geos/actions?query=workflow:CI+branch:3.9) |
-| Azure | [![Build Status](https://dev.azure.com/libgeos/geos/_apis/build/status/libgeos.geos?branchName=3.9)](https://dev.azure.com/libgeos/geos/_build/latest?definitionId=2&branchName=3.9) |
-| GitLab | [![gitlab-ci](https://gitlab.com/geos/libgeos/badges/3.9/pipeline.svg)](https://gitlab.com/geos/libgeos/commits/3.9) |
-| Appveyor | [![appveyor](https://ci.appveyor.com/api/projects/status/62aplwst722b89au/branch/3.9?svg=true)](https://ci.appveyor.com/project/dbaston/geos/branch/3.9) |
 | Debbie | [![debbie](https://debbie.postgis.net/buildStatus/icon?job=GEOS_Branch_3.9)](https://debbie.postgis.net/view/GEOS/job/GEOS_Branch_3.9/) |
 | Winnie | [![winnie](https://winnie.postgis.net:444/view/GEOS/job/GEOS_Branch_3.9/badge/icon)](https://winnie.postgis.net:444/view/GEOS/job/GEOS_Branch_3.9/) |
 | Dronie | [![dronie](https://dronie.osgeo.org/api/badges/geos/geos/status.svg?branch=3.9)](https://dronie.osgeo.org/geos/geos?branch=3.9) |

-----------------------------------------------------------------------

Summary of changes:
 .gitlab-ci.yml | 14 --------------
 README.md      |  3 ---
 2 files changed, 17 deletions(-)
 delete mode 100644 .gitlab-ci.yml


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list