mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-23 08:21:30 +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
|
false_positives = expected_nuninst - actual_nuninst
|
||||||
# Britney does not quite work correctly with
|
# Britney does not quite work correctly with
|
||||||
# break/fucked arches, so ignore issues there for now.
|
# 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
|
only_on_break_archs = False
|
||||||
if false_negatives:
|
if false_negatives:
|
||||||
self.log(" %s - unnoticed nuninst: %s" % (arch, str(false_negatives)), type="E")
|
self.log(" %s - unnoticed nuninst: %s" % (arch, str(false_negatives)), type="E")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user