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

Subscribers

People subscribed via source and target branches