Merge ~slashd/ubuntu/+source/ceph:eoanlp1840347 into ~ubuntu-server-dev/ubuntu/+source/ceph:ubuntu/eoan

Proposed by Eric Desrochers
Status: Merged
Merged at revision: 7c1937330a6e1850a7ef520f34d7b748c3b0aef2
Proposed branch: ~slashd/ubuntu/+source/ceph:eoanlp1840347
Merge into: ~ubuntu-server-dev/ubuntu/+source/ceph:ubuntu/eoan
Diff against target: 31 lines (+11/-1)
2 files modified
debian/changelog (+10/-0)
debian/rules (+1/-1)
Reviewer Review Type Date Requested Status
Eric Desrochers Abstain
James Page Pending
Corey Bryant Pending
Review via email: mp+371886@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Eric Desrochers (slashd) wrote :

I can't delete Reviewer, so I added myself to workaround the issue.
I'll leave the reviewal to coreycb and james-pages.

Thanks

review: Abstain

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 c87bf0d..25b76a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
1ceph (14.2.1-0ubuntu4) eoan; urgency=medium
2
3 * d/rules: (LP: #1840347)
4 - "--no-restart-on-upgrade" is deprecated. Moving to alias
5 "--no-stop-on-upgrade" to also avoid confusion.
6 - Adding "--no-restart-after-upgrade" along with "--no-stop-on-upgrade".
7 - Dropping exclusion for ceph-[osd,mon,mds] using dh -X.
8
9 -- Eric Desrochers <eric.desrochers@canonical.com> Tue, 20 Aug 2019 20:17:07 -0400
10
1ceph (14.2.1-0ubuntu3) eoan; urgency=medium11ceph (14.2.1-0ubuntu3) eoan; urgency=medium
212
3 * d/p/pybind-auto-encode-decode-cstr.patch: Drop, reverted upstream.13 * d/p/pybind-auto-encode-decode-cstr.patch: Drop, reverted upstream.
diff --git a/debian/rules b/debian/rules
index 7d47a8e..85b6771 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,7 @@ override_dh_installinit:
87 # Enable systemd targets only87 # Enable systemd targets only
88 dh_systemd_enable -Xceph-mon.service -Xceph-osd.service -X ceph-mds.service88 dh_systemd_enable -Xceph-mon.service -Xceph-osd.service -X ceph-mds.service
89 # Start systemd targets only89 # Start systemd targets only
90 dh_systemd_start --no-restart-on-upgrade -Xceph-mon.service -Xceph-osd.service -X ceph-mds.service90 dh_systemd_start --no-stop-on-upgrade --no-restart-after-upgrade
9191
92override_dh_systemd_enable:92override_dh_systemd_enable:
93 # systemd enable done as part of dh_installinit93 # systemd enable done as part of dh_installinit

Subscribers

People subscribed via source and target branches