Merge lp:~silverdrake11/landscape-client-charm/add_charmcraft_yaml into lp:landscape-client-charm

Proposed by Kevin Nasto
Status: Merged
Approved by: Kevin Nasto
Approved revision: 74
Merged at revision: 74
Proposed branch: lp:~silverdrake11/landscape-client-charm/add_charmcraft_yaml
Merge into: lp:landscape-client-charm
Diff against target: 30 lines (+25/-0)
1 file modified
charmcraft.yaml (+25/-0)
To merge this branch: bzr merge lp:~silverdrake11/landscape-client-charm/add_charmcraft_yaml
Reviewer Review Type Date Requested Status
Mitch Burton Approve
Review via email: mp+429594@code.launchpad.net

Commit message

Added charmcraft.yaml to deploy to new store

To post a comment you must log in.
Revision history for this message
Mitch Burton (mitchburton) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'charmcraft.yaml'
2--- charmcraft.yaml 1970-01-01 00:00:00 +0000
3+++ charmcraft.yaml 2022-09-07 19:24:06 +0000
4@@ -0,0 +1,25 @@
5+type: charm
6+
7+bases:
8+ - build-on:
9+ - name: "ubuntu"
10+ channel: "20.04"
11+ run-on:
12+ - name: "ubuntu"
13+ channel: "18.04"
14+ - name: "ubuntu"
15+ channel: "20.04"
16+ - name: "ubuntu"
17+ channel: "22.04"
18+
19+parts:
20+ tiny-bash:
21+ plugin: dump
22+ source: .
23+ prime:
24+ - README.md
25+ - config.yaml
26+ - copyright
27+ - hooks
28+ - icon.svg
29+ - metadata.yaml
30\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: