Merge lp:~brian-murray/apport/no-running-unity into lp:~apport-hackers/apport/trunk

Proposed by Brian Murray
Status: Merged
Merged at revision: 2581
Proposed branch: lp:~brian-murray/apport/no-running-unity
Merge into: lp:~apport-hackers/apport/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
apport/crashdb_impl/launchpad.py (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/apport/no-running-unity
Reviewer Review Type Date Requested Status
Martin Pitt (community) Approve
Review via email: mp+146201@code.launchpad.net

Description of the change

The majority of Ubuntu users are now running unity and subsequently the tag is not useful. It might be more useful if bugs were tagged 'not-running-unity', but regardless the 'running-unity' tag should go away.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

I agree, thanks!

review: Approve

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 2012-12-10 09:51:08 +0000
3+++ apport/crashdb_impl/launchpad.py 2013-02-01 18:57:23 +0000
4@@ -728,7 +728,7 @@
5 pass # LP#336866 workaround
6
7 # white list of tags to copy from duplicates bugs to the master
8- tags_to_copy = ['bugpattern-needed', 'running-unity']
9+ tags_to_copy = ['bugpattern-needed']
10 for series in self.lp_distro.series:
11 if series.status not in ['Active Development',
12 'Current Stable Release',

Subscribers

People subscribed via source and target branches