mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-12 23:17:03 +00:00
Really ignore nuninst issues for break arches
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
5dc162404f
commit
ac13904f2a
@ -2614,7 +2614,7 @@ class Britney(object):
|
||||
false_positives = expected_nuninst - actual_nuninst
|
||||
# Britney does not quite work correctly with
|
||||
# break/fucked arches, so ignore issues there for now.
|
||||
if arch not in self.options.break_arches:
|
||||
if (false_negatives or false_positives) and arch not in self.options.break_arches:
|
||||
only_on_break_archs = False
|
||||
if false_negatives:
|
||||
self.log(" %s - unnoticed nuninst: %s" % (arch, str(false_negatives)), type="E")
|
||||
|
Loading…
x
Reference in New Issue
Block a user