summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-09support a new field "parallel"Helmut Grohne
It is basically the parallel field from DEB_BUILD_OPTION which a special value "auto" that is converted to the CPU count.
2021-05-09schema: fix type of additionalPropertiesHelmut Grohne
Fixes: bf30d5dd0350 ("schema: generally set additionalProperties to false")
2021-05-09the stdout fd contains the build logHelmut Grohne
Using a pipe enables streaming of logs, which would not be possible with a regular file output.
2021-04-27schema: generally set additionalProperties to falseHelmut Grohne
That way the backends abort upon seeing unrecognized properties.
2021-04-26mmdebstrap: move the default mirror into argparseHelmut Grohne
2021-04-23sbuild: pass --nologHelmut Grohne
Neither pbuilder nor mmdebstrap produce a separate log file (beyond the output on the standard streams). Disabling the extra file improves consistency.
2021-04-23pbuilder: pass --no-source-only-changesHelmut Grohne
Neither sbuild nor mmdebstrap produce a source changes file by default. Skipping it for pbuilder improves consistency.
2021-04-23remove redundant values from schemaHelmut Grohne
The bd-uninstallable-explainer value null is equivalent to skipping the option and thus dropped. The network value "undefined" is equivalent to skipping the option and thus dropped. Reported-by: David Kalnischkies <donkult@debian.org>
2021-04-22fix build/host confusion in mmdebstrap backendHelmut Grohne
2021-04-22forward exit codeHelmut Grohne
2021-04-22fix relative path resolutionHelmut Grohne
For .input.dscpath, a relative path is supposed to be relative to the json file, but it was relative to cwd. For .output.directory, the matter was unspecified, but should actually work in the same way. Adapt implementation to documentation and fix the missing specification.
2021-04-18mmdebstrap: add support for lintianHelmut Grohne
2021-04-18sbuild: add support for lintian.optionsHelmut Grohne
2021-04-18initial checkin of mdbpHelmut Grohne
Proof-of-concept status. Some things work.