Merge ~barryprice/ntp-charm/+git/ntp-charm:master into ntp-charm:master

Proposed by Barry Price
Status: Merged
Approved by: James Simpson
Approved revision: 00a6b768a1f37f494f69fa251c6476730785c1bb
Merged at revision: f8aed4b29a1f7bc61a05d1bdcfa09bdf190a233b
Proposed branch: ~barryprice/ntp-charm/+git/ntp-charm:master
Merge into: ntp-charm:master
Diff against target: 45 lines (+31/-0)
2 files modified
.gitignore (+1/-0)
charmcraft.yaml (+30/-0)
Reviewer Review Type Date Requested Status
James Simpson Approve
Canonical IS Reviewers Pending
Review via email: mp+427472@code.launchpad.net

Commit message

Add charmcraft.yaml for charmcraft building, add *.charm to .gitignore

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
James Simpson (jsimpso) wrote :

LGTM

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

Change successfully merged at revision f8aed4b29a1f7bc61a05d1bdcfa09bdf190a233b

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.gitignore b/.gitignore
2index cdd3989..b0e4290 100644
3--- a/.gitignore
4+++ b/.gitignore
5@@ -1,3 +1,4 @@
6+*.charm
7 *.pyc
8 *.swp
9 *~
10diff --git a/charmcraft.yaml b/charmcraft.yaml
11new file mode 100644
12index 0000000..753a8cd
13--- /dev/null
14+++ b/charmcraft.yaml
15@@ -0,0 +1,30 @@
16+type: charm
17+
18+parts:
19+ charm:
20+ plugin: dump
21+ source: .
22+ plugin: reactive
23+ build-snaps: [charm]
24+bases:
25+ - build-on:
26+ - name: ubuntu
27+ channel: "20.04"
28+ architectures: ["amd64"]
29+ run-on:
30+ - name: ubuntu
31+ channel: "20.04"
32+ architectures:
33+ - amd64
34+ - name: ubuntu
35+ channel: "18.04"
36+ architectures:
37+ - amd64
38+ - name: ubuntu
39+ channel: "16.04"
40+ architectures:
41+ - amd64
42+ - name: ubuntu
43+ channel: "14.04"
44+ architectures:
45+ - amd64

Subscribers

People subscribed via source and target branches