Merge lp:~brian-murray/apport/bug-511310 into lp:~apport-hackers/apport/trunk

Proposed by Brian Murray
Status: Merged
Merged at revision: not available
Proposed branch: lp:~brian-murray/apport/bug-511310
Merge into: lp:~apport-hackers/apport/trunk
Diff against target: 12 lines (+2/-0)
1 file modified
apport/crashdb_impl/launchpad.py (+2/-0)
To merge this branch: bzr merge lp:~brian-murray/apport/bug-511310
Reviewer Review Type Date Requested Status
Apport upstream developers Pending
Review via email: mp+21298@code.launchpad.net

Description of the change

This fixes bug 511310.

To post a comment you must log in.
lp:~brian-murray/apport/bug-511310 updated
1726. By Martin Pitt

unkillable_shutdown: Add initctl list to report. (LP: #537262)

1727. By Martin Pitt

launchpad.py: Preserve the bug title written to the description by apport as OriginalTitle for pattern matching. Thanks to Brian Murray! (LP: #511310)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'apport/crashdb_impl/launchpad.py'
2--- apport/crashdb_impl/launchpad.py 2010-03-05 21:38:13 +0000
3+++ apport/crashdb_impl/launchpad.py 2010-03-12 23:34:12 +0000
4@@ -264,6 +264,8 @@
5
6 report['Tags'] = ' '.join(b.tags)
7
8+ report['OriginalTitle'] = report['Title']
9+
10 report['Title'] = b.title
11
12 for attachment in filter_filename(b.attachments):

Subscribers

People subscribed via source and target branches