summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 23:23:51 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:13 +0100
commit1d4f02ff8a638c4496cfd298c05e6e6910ed8e68 (patch)
tree373f3c5152757824f9e73daab0a9d1de046878a6
parent55430e3d788b081362bcbef7f83ff7fe41ffd5a2 (diff)
downloadlorries-1d4f02ff8a638c4496cfd298c05e6e6910ed8e68.tar.gz
Update mirroring of googlemock and googletest
These moved from Google Code to GitHub. googlemock has since been folded into googletest, so only add the new repository for googltest. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirrors as obsolete.
-rw-r--r--open-source-lorries/googlemock.lorry3
-rw-r--r--open-source-lorries/googletest.lorry7
2 files changed, 8 insertions, 2 deletions
diff --git a/open-source-lorries/googlemock.lorry b/open-source-lorries/googlemock.lorry
index 281d219..972fd51 100644
--- a/open-source-lorries/googlemock.lorry
+++ b/open-source-lorries/googlemock.lorry
@@ -2,6 +2,7 @@
"googlemock": {
"type": "svn",
"url": "http://googlemock.googlecode.com/svn",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use googletest-git)"
}
}
diff --git a/open-source-lorries/googletest.lorry b/open-source-lorries/googletest.lorry
index b865081..4b9b0ba 100644
--- a/open-source-lorries/googletest.lorry
+++ b/open-source-lorries/googletest.lorry
@@ -2,6 +2,11 @@
"googletest": {
"type": "svn",
"url": "http://googletest.googlecode.com/svn",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use googletest-git)"
+ },
+ "googletest-git": {
+ "type": "git",
+ "url": "https://github.com/google/googletest.git"
}
}