summaryrefslogtreecommitdiff
path: root/mdbp/pbuilder.py
AgeCommit message (Collapse)Author
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-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-22forward exit codeHelmut Grohne
2021-04-18initial checkin of mdbpHelmut Grohne
Proof-of-concept status. Some things work.