Comment 2 for bug 1056264

Revision history for this message
Brian Murray (brian-murray) wrote :

A deliberate decision is made to say the bug is not fixed if there is any Ubuntu bug task incomplete entry:

                if not entry['is_complete']:
                    # As the bug itself may be in a library package bug task,
                    # it is not sufficient to return True at the first complete
                    # bug task.
                    return False

Earlier the bug is searched for release tasks matching the release parameter and I think if we were to return True if the bug task matches the release name we would be more correct as the bug should be in a more correct state if it has a release task.