summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 01:17:41 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:34 +0100
commit595d33c17f4106be57df7c9d19e1474f4bc53a5b (patch)
treec57624e5c11755eaa92cea25529c5f9976ae52b2
parent9382db29f8e612d443e63c26dee8217115ff7591 (diff)
downloadlorries-595d33c17f4106be57df7c9d19e1474f4bc53a5b.tar.gz
Update mirroring of RabbitMQ projects
RabbitMQ moved from hg.rabbitmq.com to GitHub. Since the repositories switched from Mercurial to Git, use different names for the new mirrors. Mark the old mirrors as obsolete.
-rw-r--r--open-source-lorries/rabbitmq-codegen.lorry7
-rw-r--r--open-source-lorries/rabbitmq-server.lorry7
2 files changed, 12 insertions, 2 deletions
diff --git a/open-source-lorries/rabbitmq-codegen.lorry b/open-source-lorries/rabbitmq-codegen.lorry
index 9a8644d..2b1fa9e 100644
--- a/open-source-lorries/rabbitmq-codegen.lorry
+++ b/open-source-lorries/rabbitmq-codegen.lorry
@@ -1,6 +1,11 @@
{
"rabbitmq-codegen": {
"type": "hg",
- "url": "http://hg.rabbitmq.com/rabbitmq-codegen"
+ "url": "http://hg.rabbitmq.com/rabbitmq-codegen",
+ "description": "Obsolete (use rabbitmq-codegen-git)"
+ },
+ "rabbitmq-codegen-git": {
+ "type": "git",
+ "url": "https://github.com/rabbitmq/rabbitmq-codegen.git"
}
}
diff --git a/open-source-lorries/rabbitmq-server.lorry b/open-source-lorries/rabbitmq-server.lorry
index 831754b..25155bf 100644
--- a/open-source-lorries/rabbitmq-server.lorry
+++ b/open-source-lorries/rabbitmq-server.lorry
@@ -1,6 +1,11 @@
{
"rabbitmq-server": {
"type": "hg",
- "url": "http://hg.rabbitmq.com/rabbitmq-server"
+ "url": "http://hg.rabbitmq.com/rabbitmq-server",
+ "description": "Obsolete (use rabbitmq-server-git)"
+ },
+ "rabbitmq-server-git": {
+ "type": "git",
+ "url": "https://github.com/rabbitmq/rabbitmq-server.git"
}
}