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

Subscribers

People subscribed via source and target branches