Skip to content

Add whitelist to ignore missing binaries

Walter Lozano requested to merge wip/wlozano/missing-binaries into master

In Apertis is very common to disable the build of some binaries to avoid license issues and to reduce the number of dependencies. To do it, usually d/rules are tweak to skip some binary packages. However, this approach makes dashboard to complain about missing binaries.

A possible approach could be to remove the binary packages from d/control but this approach adds more delta.

To avoid getting a wrong idea of status of the packages, ignore this issue for the packages we know we tweaked.

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Edited by Walter Lozano

Merge request reports