Merge ~hloeung/mailman3-core-charm:fixes into mailman3-core-charm:master

Proposed by Haw Loeung
Status: Merged
Approved by: 🤖 Canonical IS Review Bot
Approved revision: 904e0271f338b30333aa8d559d60248949601c13
Merged at revision: 3818b8c84d0252939ea6cfc68a80312abad6f2b4
Proposed branch: ~hloeung/mailman3-core-charm:fixes
Merge into: mailman3-core-charm:master
Diff against target: 34 lines (+8/-15)
1 file modified
charmcraft.yaml (+8/-15)
Reviewer Review Type Date Requested Status
🤖 Canonical IS Review Bot Approve
Canonical IS Reviewers Pending
Review via email: mp+449678@code.launchpad.net

Commit message

Pin charm tools to 2.x

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 Review Bot (canonical-is-reviewbot) wrote :

Proxy approval for barryprice

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

Change successfully merged at revision 3818b8c84d0252939ea6cfc68a80312abad6f2b4

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
index 1da5d37..796140c 100644
--- a/charmcraft.yaml
+++ b/charmcraft.yaml
@@ -1,21 +1,14 @@
1type: "charm"1type: "charm"
2bases:2bases:
3 - build-on:3 - name: "ubuntu"
4 - name: "ubuntu"4 channel: "18.04"
5 channel: "18.04"5 - name: "ubuntu"
6 - name: "ubuntu"6 channel: "20.04"
7 channel: "20.04"7 - name: "ubuntu"
8 - name: "ubuntu"8 channel: "22.04"
9 channel: "21.10"
10 run-on:
11 - name: "ubuntu"
12 channel: "18.04"
13 - name: "ubuntu"
14 channel: "20.04"
15 - name: "ubuntu"
16 channel: "21.10"
17parts:9parts:
18 charm:10 charm:
19 source: .11 source: .
20 plugin: reactive12 plugin: reactive
21 build-snaps: [charm]13 build-snaps:
14 - charm/2.x/stable

Subscribers

People subscribed via source and target branches