Merge ~jsimpso/ubuntu-mirror-charm:charmcraft into ubuntu-mirror-charm:master

Proposed by James Simpson
Status: Merged
Approved by: Nick Moffitt
Approved revision: cc15ef7673862e1104b10e88ff0e029d3424dcc9
Merged at revision: 1c93562e9ab5a033fafe7a43fde4feca75acc122
Proposed branch: ~jsimpso/ubuntu-mirror-charm:charmcraft
Merge into: ubuntu-mirror-charm:master
Diff against target: 75 lines (+44/-8)
2 files modified
charmcraft.yaml (+39/-0)
metadata.yaml (+5/-8)
Reviewer Review Type Date Requested Status
Canonical IS Reviewers Pending
Ubuntu Mirror Charm Maintainers Pending
Review via email: mp+427803@code.launchpad.net

Commit message

Update metadata and add charmcraft.yaml

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 1c93562e9ab5a033fafe7a43fde4feca75acc122

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/charmcraft.yaml b/charmcraft.yaml
0new file mode 1006440new file mode 100644
index 0000000..e0d7028
--- /dev/null
+++ b/charmcraft.yaml
@@ -0,0 +1,39 @@
1type: "charm"
2bases:
3 - build-on:
4 - name: "ubuntu"
5 channel: "20.04"
6 run-on:
7 - name: "ubuntu"
8 channel: "20.04"
9 - name: "ubuntu"
10 channel: "18.04"
11 - name: "ubuntu"
12 channel: "16.04"
13 - name: "ubuntu"
14 channel: "14.04"
15parts:
16 ubuntu-mirror-charm:
17 plugin: dump
18 source: .
19 # LP#1669854
20 stage:
21 - '*'
22 - .coveragerc
23 prime:
24 - files
25 - hooks
26 - keys
27 - scripts
28 - templates
29 - tests
30 - .coveragerc
31 - charm-helpers.yaml
32 - config.yaml
33 - copyright
34 - icon.svg
35 - Makefile
36 - metadata.yaml
37 - README.md
38 - requirements.txt
39 - tox.ini
0\ No newline at end of file40\ No newline at end of file
diff --git a/metadata.yaml b/metadata.yaml
index 904b57a..bc9ed77 100644
--- a/metadata.yaml
+++ b/metadata.yaml
@@ -1,8 +1,12 @@
1name: ubuntu-mirror1name: ubuntu-mirror
2summary: Mirror of archive.ubuntu.com2summary: Mirror of archive.ubuntu.com
3maintainer: Chris Stratford <chris.stratford@canonical.com>
4description: |3description: |
5 Provides an Ubuntu archive mirror and keeps it up-to-date using rsync4 Provides an Ubuntu archive mirror and keeps it up-to-date using rsync
5maintainers:
6 - Ubuntu Mirror Charm Maintainers <ubuntu-mirror-charm-maintainers@lists.launchpad.net>
7website: https://ubuntu.com
8source: https://launchpad.net/ubuntu-mirror-charm
9subordinate: false
6provides:10provides:
7 nrpe-external-master:11 nrpe-external-master:
8 interface: nrpe-external-master12 interface: nrpe-external-master
@@ -14,10 +18,3 @@ provides:
14 interface: log-archive18 interface: log-archive
15 ubuntu-mirror:19 ubuntu-mirror:
16 interface: ubuntu-mirror20 interface: ubuntu-mirror
17series:
18 - bionic
19 - xenial
20 - trusty
21 - focal # move to top to make default when appropriate
22tags:
23 - web_server

Subscribers

People subscribed via source and target branches