Merge ~enr0n/ubuntu/+source/systemd:impish-248.3-1ubuntu8.5 into ~ubuntu-core-dev/ubuntu/+source/systemd:ubuntu-impish

Proposed by Nick Rosbrook
Status: Merged
Merged at revision: 1d4fe801b37b9a370a7643c299b780e71600a781
Proposed branch: ~enr0n/ubuntu/+source/systemd:impish-248.3-1ubuntu8.5
Merge into: ~ubuntu-core-dev/ubuntu/+source/systemd:ubuntu-impish
Diff against target: 28 lines (+9/-0)
2 files modified
debian/changelog (+6/-0)
debian/tests/boot-and-services (+3/-0)
Reviewer Review Type Date Requested Status
William Wilson Approve
Review via email: mp+418566@code.launchpad.net

Commit message

This change was made for LP #1967576, but was sponsored as a debdiff instead of being PR'd here first.

To post a comment you must log in.
Revision history for this message
William Wilson (jawn-smith) wrote :

Looks good, let's get this merged.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 0f7298d..383059e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1systemd (248.3-1ubuntu8.5) impish; urgency=medium
2
3 * debian/tests/boot-and-services: Ignore failed snap mount units in test_no_failed (LP: #1967576)
4
5 -- Nick Rosbrook <nick.rosbrook@canonical.com> Fri, 01 Apr 2022 16:39:25 -0400
6
1systemd (248.3-1ubuntu8.4) impish; urgency=medium7systemd (248.3-1ubuntu8.4) impish; urgency=medium
28
3 [ Lukas Märdian ]9 [ Lukas Märdian ]
diff --git a/debian/tests/boot-and-services b/debian/tests/boot-and-services
index bb9320f..ccf78c1 100755
--- a/debian/tests/boot-and-services
+++ b/debian/tests/boot-and-services
@@ -57,6 +57,9 @@ class ServicesTest(unittest.TestCase):
57 failed = [f for f in failed if 'console-setup' not in f]57 failed = [f for f in failed if 'console-setup' not in f]
58 # cpi.service fails on s390x58 # cpi.service fails on s390x
59 failed = [f for f in failed if 'cpi.service' not in f]59 failed = [f for f in failed if 'cpi.service' not in f]
60 # If snapd is not properly removed/purged, it can leave behind
61 # snap-*.mount units which will always fail.
62 failed = [f for f in failed if not re.match(r'snap-.*\.mount.*', f)]
60 # https://bugs.debian.org/92613863 # https://bugs.debian.org/926138
61 if is_container:64 if is_container:
62 failed = [f for f in failed if 'e2scrub_reap.service' not in f]65 failed = [f for f in failed if 'e2scrub_reap.service' not in f]

Subscribers

People subscribed via source and target branches