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
diff --git a/.gitignore b/.gitignore
index cdd3989..b0e4290 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
1*.charm
1*.pyc2*.pyc
2*.swp3*.swp
3*~4*~
diff --git a/charmcraft.yaml b/charmcraft.yaml
4new file mode 1006445new file mode 100644
index 0000000..753a8cd
--- /dev/null
+++ b/charmcraft.yaml
@@ -0,0 +1,30 @@
1type: charm
2
3parts:
4 charm:
5 plugin: dump
6 source: .
7 plugin: reactive
8 build-snaps: [charm]
9bases:
10 - build-on:
11 - name: ubuntu
12 channel: "20.04"
13 architectures: ["amd64"]
14 run-on:
15 - name: ubuntu
16 channel: "20.04"
17 architectures:
18 - amd64
19 - name: ubuntu
20 channel: "18.04"
21 architectures:
22 - amd64
23 - name: ubuntu
24 channel: "16.04"
25 architectures:
26 - amd64
27 - name: ubuntu
28 channel: "14.04"
29 architectures:
30 - amd64

Subscribers

People subscribed via source and target branches