← Back to team overview

apport-hackers team mailing list archive

[Merge] lp:~brian-murray/apport/no-running-unity into lp:apport

 

Brian Murray has proposed merging lp:~brian-murray/apport/no-running-unity into lp:apport.

Requested reviews:
  Apport upstream developers (apport-hackers)

For more details, see:
https://code.launchpad.net/~brian-murray/apport/no-running-unity/+merge/146201

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.
-- 
https://code.launchpad.net/~brian-murray/apport/no-running-unity/+merge/146201
Your team Apport upstream developers is requested to review the proposed merge of lp:~brian-murray/apport/no-running-unity into lp:apport.
=== 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 @@
                     pass  # LP#336866 workaround
 
             # white list of tags to copy from duplicates bugs to the master
-            tags_to_copy = ['bugpattern-needed', 'running-unity']
+            tags_to_copy = ['bugpattern-needed']
             for series in self.lp_distro.series:
                 if series.status not in ['Active Development',
                                          'Current Stable Release',