mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-23 08:21:30 +00:00
Remove unimportant message from excuses
Signed-off-by: Ivo De Decker <ivodd@debian.org>
This commit is contained in:
parent
13b62f8da5
commit
4a3f98657d
@ -945,7 +945,7 @@ class BuildDependsPolicy(BasePolicy):
|
|||||||
|
|
||||||
if any_arch_ok:
|
if any_arch_ok:
|
||||||
arch = result_archs[bestresult][0]
|
arch = result_archs[bestresult][0]
|
||||||
excuse.addinfo("Checking %s on %s" % (dep_type.get_description(), arch))
|
excuse.add_detailed_info("Checking %s on %s" % (dep_type.get_description(), arch))
|
||||||
key = "check-%s-on-arch" % dep_type.get_reason()
|
key = "check-%s-on-arch" % dep_type.get_reason()
|
||||||
build_deps_info[key] = arch
|
build_deps_info[key] = arch
|
||||||
verdict = self._add_info_for_arch(
|
verdict = self._add_info_for_arch(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user