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

Proposed by Barry Price
Status: Merged
Approved by: Haw Loeung
Approved revision: e836730ffbfaf86194e69f0944de8a77b5ef1285
Merged at revision: 84ee0663302ec12a592adc7e105d6b17d65b8cf3
Proposed branch: ~barryprice/ntp-charm/+git/ntp-charm:master
Merge into: ntp-charm:master
Diff against target: 30 lines (+3/-10)
1 file modified
charmcraft.yaml (+3/-10)
Reviewer Review Type Date Requested Status
Haw Loeung +1 Approve
Canonical IS Reviewers Pending
Review via email: mp+428345@code.launchpad.net

Commit message

Add jammy to charmcraft.yaml as well as metadata.yaml

To post a comment you must log in.
Revision history for this message
Haw Loeung (hloeung) wrote :

LGTM

review: Approve (+1)
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 Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 84ee0663302ec12a592adc7e105d6b17d65b8cf3

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 753a8cd..36c9571 100644
3--- a/charmcraft.yaml
4+++ b/charmcraft.yaml
5@@ -9,22 +9,15 @@ parts:
6 bases:
7 - build-on:
8 - name: ubuntu
9- channel: "20.04"
10- architectures: ["amd64"]
11+ channel: "22.04"
12 run-on:
13 - name: ubuntu
14+ channel: "22.04"
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