Merge ~ballot/mailman3-core-charm/+git/mailman3-core-charm:update_focal into mailman3-core-charm:master

Proposed by Benjamin Allot
Status: Work in progress
Proposed branch: ~ballot/mailman3-core-charm/+git/mailman3-core-charm:update_focal
Merge into: mailman3-core-charm:master
Diff against target: 24 lines (+2/-1)
2 files modified
Makefile (+1/-1)
metadata.yaml (+1/-0)
Reviewer Review Type Date Requested Status
Canonical IS Reviewers Pending
Mailman3 charm maintainers Pending
Review via email: mp+408647@code.launchpad.net

Commit message

Add focal support

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.

Unmerged commits

a6801bd... by Benjamin Allot

Add support for focal

14075c2... by Benjamin Allot

Fix charm-build recip

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/Makefile b/Makefile
index 915cac6..ab74f86 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,6 @@ charm-build:
29 else \29 else \
30 git clone -- $(CHARM_REPO) $(CHARM_DEST)/; \30 git clone -- $(CHARM_REPO) $(CHARM_DEST)/; \
31 fi31 fi
32 rsync -a --exclude .git --delete -- $(TMP_CHARM_BUILD_DIR)/builds/$(CHARM_NAME)/ $(CHARM_DEST)/32 rsync -a --exclude .git --delete -- $(TMP_CHARM_BUILD_DIR)/$(CHARM_NAME)/ $(CHARM_DEST)/
33 @echo "Built charm in $(CHARM_DEST)"33 @echo "Built charm in $(CHARM_DEST)"
34 rm -rf -- $(TMP_CHARM_BUILD_DIR)34 rm -rf -- $(TMP_CHARM_BUILD_DIR)
diff --git a/metadata.yaml b/metadata.yaml
index 6cc5691..5022ca9 100644
--- a/metadata.yaml
+++ b/metadata.yaml
@@ -4,6 +4,7 @@ maintainer: Dave Lawson <dave.lawson@canonical.com>
4description: |4description: |
5 The mailman3 mail processing sub-system providing the various queue runners, etc.5 The mailman3 mail processing sub-system providing the various queue runners, etc.
6series:6series:
7 - focal
7 - bionic8 - bionic
8tags:9tags:
9 # Replace "misc" with one or more whitelisted tags from this list:10 # Replace "misc" with one or more whitelisted tags from this list:

Subscribers

People subscribed via source and target branches