Merge lp:~xnox/update-notifier/wait-for-state into lp:update-notifier/ubuntu

Proposed by Dimitri John Ledkov
Status: Rejected
Rejected by: Dimitri John Ledkov
Proposed branch: lp:~xnox/update-notifier/wait-for-state
Merge into: lp:update-notifier/ubuntu
Diff against target: 31 lines (+8/-0)
2 files modified
debian/changelog (+6/-0)
debian/update-notifier-crash.conf (+2/-0)
To merge this branch: bzr merge lp:~xnox/update-notifier/wait-for-state
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+189145@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

let's not bring in wait-for-state into the mix, and instead start file bridge on started dbus.

Unmerged revisions

823. By Dimitri John Ledkov

Wait-for dbus to be running, before reacting to crash filesystem
events. Thus avoiding autolauching dbus ahead of desktop loading, upon
login. (LP: #1234841)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-10-02 17:29:35 +0000
3+++ debian/changelog 2013-10-03 17:39:04 +0000
4@@ -1,8 +1,14 @@
5 update-notifier (0.146) UNRELEASED; urgency=low
6
7+ [ Brian Murray ]
8 * Speed up apt-check (LP: #1233587). Thanks to Anders Kaseorg for the
9 patch.
10
11+ [ Dmitrijs Ledkovs ]
12+ * Wait-for dbus to be running, before reacting to crash filesystem
13+ events. Thus avoiding autolauching dbus ahead of desktop loading, upon
14+ login. (LP: #1234841)
15+
16 -- Brian Murray <brian@ubuntu.com> Wed, 02 Oct 2013 10:27:21 -0700
17
18 update-notifier (0.145) saucy; urgency=low
19
20=== modified file 'debian/update-notifier-crash.conf'
21--- debian/update-notifier-crash.conf 2013-09-13 15:22:41 +0000
22+++ debian/update-notifier-crash.conf 2013-10-03 17:39:04 +0000
23@@ -8,6 +8,8 @@
24 env MATCH=NULL
25 instance $MATCH
26
27+pre-start exec start wait-for-state WAIT_FOR=dbus WAITER="$JOB$MATCH" WAIT_STATE=running >/dev/null
28+
29 script
30 DATE=$(date)
31 echo "$DATE crash report $MATCH detected"

Subscribers

People subscribed via source and target branches

to all changes: