summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 21:06:54 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commit11d28c35481797d74c896987ea72aee4bcc053f4 (patch)
tree9b629d22aed7bf54f18ba820b3e335f5610df6db
parenta284def6dadb537d6077a8541956b87a3e9eada1 (diff)
downloadlorries-11d28c35481797d74c896987ea72aee4bcc053f4.tar.gz
Update mirroring of libyaml
libyaml moved from Bitbucket to GitHub. Since it switched from Mercurial to Git, use a different name for the new mirror. Mark the old mirrors as obsolete.
-rw-r--r--open-source-lorries/libyaml-hg.lorry3
-rw-r--r--open-source-lorries/libyaml.lorry7
2 files changed, 8 insertions, 2 deletions
diff --git a/open-source-lorries/libyaml-hg.lorry b/open-source-lorries/libyaml-hg.lorry
index 3bf7471..00bdd29 100644
--- a/open-source-lorries/libyaml-hg.lorry
+++ b/open-source-lorries/libyaml-hg.lorry
@@ -1,6 +1,7 @@
{
"libyaml-hg": {
"type": "hg",
- "url": "http://bitbucket.org/xi/libyaml"
+ "url": "http://bitbucket.org/xi/libyaml",
+ "description": "Obsolete (use libyaml-git)"
}
}
diff --git a/open-source-lorries/libyaml.lorry b/open-source-lorries/libyaml.lorry
index 2c8963d..2bfb4a9 100644
--- a/open-source-lorries/libyaml.lorry
+++ b/open-source-lorries/libyaml.lorry
@@ -2,6 +2,11 @@
"libyaml": {
"type": "svn",
"url": "http://svn.pyyaml.org/libyaml",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use libyaml-git)"
+ },
+ "libyaml-git": {
+ "type": "git",
+ "url": "https://github.com/yaml/libyaml.git"
}
}