Introduce "broken" var to skip building broken packages; make "nocross" not error out.

- broken var simply exits (without error) and skips building a pkg.
- nocross var now simply exits without an error, to make buildbot continue building pkgs.
This commit is contained in:
Juan RP 2014-08-22 16:47:35 +02:00
parent 436f03e77c
commit 12a3b16e42
3 changed files with 9 additions and 3 deletions

View file

@ -384,7 +384,7 @@ by all supported architectures.
- `nostrip` If set, the ELF binaries with debugging symbols won't be stripped. By
default all binaries are stripped.
- `nocross` If set, cross compilation won't be allowed and will exit with an error.
- `nocross` If set, cross compilation won't be allowed and will exit immediately.
- `python_versions` A white space seperated list of python versions which will
be used to build that package. This is only used by the `python-module` build style.
@ -393,6 +393,8 @@ be used to build that package. This is only used by the `python-module` build st
to override the guessed list. Only use this if a specific order of subpackages is required,
otherwise the default would work in most cases.
- `broken` If set, building the package won't be allowed because its state is currently broken.
### build style scripts
The `build_style` variable specifies the build method to build and install a