From 31cddc80b23e4a0105b37b35e1780447a3a84bc4 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 8 Sep 2020 00:06:46 +0100 Subject: Update mirroring of GNU make make has moved from Launchpad to Savannah. Since it switched from Bazaar to Git, use a different name for the new mirror. The Bazaar repository on Launchpad is still functional and mirrors changes in the Git repository, so don't disable the configuration for it. However, Lorry Depot isn't yet able to mirror from Bazaar. --- open-source-lorries/make.lorry | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'open-source-lorries/make.lorry') diff --git a/open-source-lorries/make.lorry b/open-source-lorries/make.lorry index c82de67..2a70762 100644 --- a/open-source-lorries/make.lorry +++ b/open-source-lorries/make.lorry @@ -2,5 +2,9 @@ "make": { "type": "bzr", "url": "lp:make" + }, + "make-git": { + "type": "git", + "url": "https://git.savannah.gnu.org/git/make.git" } } -- cgit v1.2.1