From d11a808aa90ce02aaceef7876a2e945fe279c6d0 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 23:50:52 +0100 Subject: Update mirroring of cloud-init cloud-init moved from Launchpad to GitHub. Since it switched from Bazaar to Git, use a different name for the new mirror. Mark the old mirror as obsolete. While we're at it, also fix the typo in the .lorry filename. --- open-source-lorries/cloud-init.lorry | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 open-source-lorries/cloud-init.lorry (limited to 'open-source-lorries/cloud-init.lorry') diff --git a/open-source-lorries/cloud-init.lorry b/open-source-lorries/cloud-init.lorry new file mode 100644 index 0000000..15e2b56 --- /dev/null +++ b/open-source-lorries/cloud-init.lorry @@ -0,0 +1,11 @@ +{ + "cloud-init": { + "type": "bzr", + "url": "lp:cloud-init", + "description": "Obsolete (use cloud-init-git)" + }, + "cloud-init-git": { + "type": "git", + "url": "https://github.com/canonical/cloud-init.git" + } +} -- cgit v1.2.1