summaryrefslogtreecommitdiff
path: root/mdbp/mmdebstrap.py
AgeCommit message (Collapse)Author
2021-05-09mmdebstrap: install fakerootHelmut Grohne
When the package does not say "Rules-Requires-Root: no", we need a root command and dpkg-buildpackage defaults to fakeroot. Unfortunately, we cannot tell whether the packages requires fakeroot, because the stanza is not copied to the .dsc. Unconditionally install fakeroot then.
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-26mmdebstrap: move the default mirror into argparseHelmut Grohne
2021-04-22fix build/host confusion in mmdebstrap backendHelmut Grohne
2021-04-22forward exit codeHelmut Grohne
2021-04-18mmdebstrap: add support for lintianHelmut Grohne
2021-04-18initial checkin of mdbpHelmut Grohne
Proof-of-concept status. Some things work.