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 Mergebot (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 Mergebot (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
1diff --git a/charmcraft.yaml b/charmcraft.yaml
2new file mode 100644
3index 0000000..e0d7028
4--- /dev/null
5+++ b/charmcraft.yaml
6@@ -0,0 +1,39 @@
7+type: "charm"
8+bases:
9+ - build-on:
10+ - name: "ubuntu"
11+ channel: "20.04"
12+ run-on:
13+ - name: "ubuntu"
14+ channel: "20.04"
15+ - name: "ubuntu"
16+ channel: "18.04"
17+ - name: "ubuntu"
18+ channel: "16.04"
19+ - name: "ubuntu"
20+ channel: "14.04"
21+parts:
22+ ubuntu-mirror-charm:
23+ plugin: dump
24+ source: .
25+ # LP#1669854
26+ stage:
27+ - '*'
28+ - .coveragerc
29+ prime:
30+ - files
31+ - hooks
32+ - keys
33+ - scripts
34+ - templates
35+ - tests
36+ - .coveragerc
37+ - charm-helpers.yaml
38+ - config.yaml
39+ - copyright
40+ - icon.svg
41+ - Makefile
42+ - metadata.yaml
43+ - README.md
44+ - requirements.txt
45+ - tox.ini
46\ No newline at end of file
47diff --git a/metadata.yaml b/metadata.yaml
48index 904b57a..bc9ed77 100644
49--- a/metadata.yaml
50+++ b/metadata.yaml
51@@ -1,8 +1,12 @@
52 name: ubuntu-mirror
53 summary: Mirror of archive.ubuntu.com
54-maintainer: Chris Stratford <chris.stratford@canonical.com>
55 description: |
56 Provides an Ubuntu archive mirror and keeps it up-to-date using rsync
57+maintainers:
58+ - Ubuntu Mirror Charm Maintainers <ubuntu-mirror-charm-maintainers@lists.launchpad.net>
59+website: https://ubuntu.com
60+source: https://launchpad.net/ubuntu-mirror-charm
61+subordinate: false
62 provides:
63 nrpe-external-master:
64 interface: nrpe-external-master
65@@ -14,10 +18,3 @@ provides:
66 interface: log-archive
67 ubuntu-mirror:
68 interface: ubuntu-mirror
69-series:
70- - bionic
71- - xenial
72- - trusty
73- - focal # move to top to make default when appropriate
74-tags:
75- - web_server

Subscribers

People subscribed via source and target branches