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
=== 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 @@
722 tags_to_copy = ['bugpattern-needed', 'running-unity']722 tags_to_copy = ['bugpattern-needed', 'running-unity']
723 for series in self.lp_distro.series:723 for series in self.lp_distro.series:
724 if series.status not in ['Active Development',724 if series.status not in ['Active Development',
725 'Current Stable Release', 'Supported']:725 'Current Stable Release',
726 'Supported', 'Pre-release Freeze']:
726 continue727 continue
727 tags_to_copy.append(series.name)728 tags_to_copy.append(series.name)
728 # copy tags over from the duplicate bug to the master bug729 # copy tags over from the duplicate bug to the master bug

Subscribers

People subscribed via source and target branches