Merge lp:~brian-murray/apport/pre-release-freeze into lp:~apport-hackers/apport/trunk

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

Description of the change

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).

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

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-07-13 11:53:43 +0000
3+++ apport/crashdb_impl/launchpad.py 2012-09-04 19:59:19 +0000
4@@ -722,7 +722,8 @@
5 tags_to_copy = ['bugpattern-needed', 'running-unity']
6 for series in self.lp_distro.series:
7 if series.status not in ['Active Development',
8- 'Current Stable Release', 'Supported']:
9+ 'Current Stable Release',
10+ 'Supported', 'Pre-release Freeze']:
11 continue
12 tags_to_copy.append(series.name)
13 # copy tags over from the duplicate bug to the master bug

Subscribers

People subscribed via source and target branches