← Back to team overview

apport-hackers team mailing list archive

[Merge] lp:~brian-murray/apport/pre-release-freeze into lp:apport

 

Brian Murray has proposed merging lp:~brian-murray/apport/pre-release-freeze into lp:apport.

Requested reviews:
  Apport upstream developers (apport-hackers)

For more details, see:
https://code.launchpad.net/~brian-murray/apport/pre-release-freeze/+merge/122747

Either 'Pre-release Freeze' was a status missed earlier or was added to Launchpad recently.  Either way tags from bugs about a series which is in this state should be copied over to the master bug.  An example of this not happening can be found in bug 750386 (which should be tagged quantal).
-- 
https://code.launchpad.net/~brian-murray/apport/pre-release-freeze/+merge/122747
Your team Apport upstream developers is requested to review the proposed merge of lp:~brian-murray/apport/pre-release-freeze into lp:apport.
=== modified file 'apport/crashdb_impl/launchpad.py'
--- apport/crashdb_impl/launchpad.py	2012-07-13 11:53:43 +0000
+++ apport/crashdb_impl/launchpad.py	2012-09-04 19:59:19 +0000
@@ -722,7 +722,8 @@
             tags_to_copy = ['bugpattern-needed', 'running-unity']
             for series in self.lp_distro.series:
                 if series.status not in ['Active Development',
-                                         'Current Stable Release', 'Supported']:
+                                         'Current Stable Release',
+                                         'Supported', 'Pre-release Freeze']:
                     continue
                 tags_to_copy.append(series.name)
             # copy tags over from the duplicate bug to the master bug