From 1d4f02ff8a638c4496cfd298c05e6e6910ed8e68 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 8 Sep 2020 23:23:51 +0100 Subject: 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. --- open-source-lorries/googlemock.lorry | 3 ++- open-source-lorries/googletest.lorry | 7 ++++++- 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" } } -- cgit v1.2.1