summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 16:23:42 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:09 +0100
commitdf5e3fd7d0a7cbd9095df2bf4997abe09daa6be8 (patch)
treebabf221df408c8a9c7ed8f58effe7c91d3738f89
parent81de4df3bf6da6fe0c156358a83d185c107b4c95 (diff)
downloadlorries-df5e3fd7d0a7cbd9095df2bf4997abe09daa6be8.tar.gz
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.
-rw-r--r--open-source-lorries/apache-projects.lorry5
-rw-r--r--open-source-lorries/java.lorry2
-rw-r--r--open-source-lorries/thrift.lorry2
-rw-r--r--open-source-lorries/zookeeper.lorry2
4 files changed, 6 insertions, 5 deletions
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"
}
}