Merge ~paelzer/ubuntu/+source/chrony:lp-1872183-timesyncd-conflict-BIONIC into ubuntu/+source/chrony:ubuntu/bionic-devel

Proposed by Christian Ehrhardt 
Status: Merged
Merged at revision: f96e324f31979f3ed5b1a249ef931789c9d7e989
Proposed branch: ~paelzer/ubuntu/+source/chrony:lp-1872183-timesyncd-conflict-BIONIC
Merge into: ubuntu/+source/chrony:ubuntu/bionic-devel
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/postrm (+1/-1)
Reviewer Review Type Date Requested Status
Balint Reczey (community) Approve
Canonical Server Pending
Canonical Server packageset reviewers Pending
git-ubuntu developers Pending
Review via email: mp+382270@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :
Revision history for this message
Balint Reczey (rbalint) :
review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Thanks Rbalint for the review.

To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/chrony
 * [new tag] upload/3.2-4ubuntu4.3 -> upload/3.2-4ubuntu4.3

Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading chrony_3.2-4ubuntu4.3.dsc: done.
  Uploading chrony_3.2-4ubuntu4.3.debian.tar.xz: done.
  Uploading chrony_3.2-4ubuntu4.3_source.buildinfo: done.
  Uploading chrony_3.2-4ubuntu4.3_source.changes: done.
Successfully uploaded packages.

Let us see what the release team thinks

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 7e2efd8..437edcc 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+chrony (3.2-4ubuntu4.3) bionic; urgency=medium
7+
8+ * d/postrm: gracefully ignore issues on starting systemd-timesyncd
9+ (LP: #1872183)
10+
11+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 15 Apr 2020 09:06:43 +0200
12+
13 chrony (3.2-4ubuntu4.2) bionic; urgency=medium
14
15 * d/p/lp-1787366-fall-back-to-urandom.patch: avoid hangs when starting
16diff --git a/debian/postrm b/debian/postrm
17index 6fba6b5..2727d31 100644
18--- a/debian/postrm
19+++ b/debian/postrm
20@@ -12,7 +12,7 @@ restore_timesyncd() {
21 # unsynchronized until then. So as the Conflicts in the service file kill
22 # systemd-timesyncd re-establish it if it is enabled
23 if [ "$(systemctl is-enabled systemd-timesyncd 2>/dev/null)" = "enabled" ] ; then
24- systemctl start systemd-timesyncd
25+ deb-systemd-invoke start systemd-timesyncd || true
26 fi
27 }
28

Subscribers

People subscribed via source and target branches