summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 23:50:52 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:47:41 +0100
commitd11a808aa90ce02aaceef7876a2e945fe279c6d0 (patch)
treec1533fc6e425efa3f6dcda7166be4c77a9ee8f5d
parentb005cb02fdb804b63798019cd3de4ec1582fe26c (diff)
downloadlorries-d11a808aa90ce02aaceef7876a2e945fe279c6d0.tar.gz
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.
-rw-r--r--open-source-lorries/cloud-init.lorry11
-rw-r--r--open-source-lorries/clout-init.lorry6
2 files changed, 11 insertions, 6 deletions
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"
+ }
+}
diff --git a/open-source-lorries/clout-init.lorry b/open-source-lorries/clout-init.lorry
deleted file mode 100644
index 5196134..0000000
--- a/open-source-lorries/clout-init.lorry
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "cloud-init": {
- "type": "bzr",
- "url": "lp:cloud-init"
- }
-}