From df5e3fd7d0a7cbd9095df2bf4997abe09daa6be8 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 16:23:42 +0100 Subject: Update URLs for Apache projects Apache hosts Git mirrors for some of their projects, but: * They no longer support git native protocol. For ant, thrift, and zookeeper, change URLs to use the https: scheme. * For apr and httpd, those mirrors have gone away. Point to Apache's mirrors of them on GitHub instead. The GitHub mirror of apr is not actually being updated at the moment, but we also have "libapr" tracking the Subversion repository. Set a description referring to that. --- open-source-lorries/apache-projects.lorry | 5 +++-- open-source-lorries/java.lorry | 2 +- open-source-lorries/thrift.lorry | 2 +- open-source-lorries/zookeeper.lorry | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/apache-projects.lorry b/open-source-lorries/apache-projects.lorry index 74fa0e9..5e76ee5 100644 --- a/open-source-lorries/apache-projects.lorry +++ b/open-source-lorries/apache-projects.lorry @@ -1,10 +1,11 @@ { "apache/apr": { "type": "git", - "url": "git://git.apache.org/apr.git" + "url": "https://github.com/apache/apr.git", + "description": "github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git." }, "apache/httpd": { "type": "git", - "url": "git://git.apache.org/httpd.git" + "url": "https://github.com/apache/httpd.git" } } diff --git a/open-source-lorries/java.lorry b/open-source-lorries/java.lorry index ee5d7a0..0650790 100644 --- a/open-source-lorries/java.lorry +++ b/open-source-lorries/java.lorry @@ -1,6 +1,6 @@ { "java/ant": { "type": "git", - "url": "git://git.apache.org/ant.git" + "url": "https://git.apache.org/repos/asf/ant.git" } } diff --git a/open-source-lorries/thrift.lorry b/open-source-lorries/thrift.lorry index bbd9ad3..f6aee64 100644 --- a/open-source-lorries/thrift.lorry +++ b/open-source-lorries/thrift.lorry @@ -1,6 +1,6 @@ { "thrift": { "type": "git", - "url": "git://git.apache.org/thrift.git" + "url": "https://git.apache.org/repos/asf/thrift.git" } } diff --git a/open-source-lorries/zookeeper.lorry b/open-source-lorries/zookeeper.lorry index 497d39a..db75ec0 100644 --- a/open-source-lorries/zookeeper.lorry +++ b/open-source-lorries/zookeeper.lorry @@ -1,6 +1,6 @@ { "zookeeper": { "type": "git", - "url": "git://git.apache.org/zookeeper.git" + "url": "https://git.apache.org/repos/asf/zookeeper.git" } } -- cgit v1.2.1