Skip to content

Support 'jhbuild tinderbox --check' and 'jhbuild buildone --no-poison'

Add --check to tinderbox

This patch makes it possible to run tests with jhbuild tinderbox.

Add -N (--no-poison) to buildone

While jhbuild buildone does not build dependencies, it still check dependencies and skip a module when any dependency of it fails to build. This option allows users to disable the behavior when multiple modules are specified on jhbuild buildone command line.

Merge request reports