Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-16 | mmdebstrap: allow a PurePath for chdir in priv_drop | Helmut Grohne | |
2021-05-09 | mmdebstrap: install fakeroot | Helmut 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-09 | the stdout fd contains the build log | Helmut Grohne | |
Using a pipe enables streaming of logs, which would not be possible with a regular file output. | |||
2021-04-26 | mmdebstrap: move the default mirror into argparse | Helmut Grohne | |
2021-04-22 | fix build/host confusion in mmdebstrap backend | Helmut Grohne | |
2021-04-22 | forward exit code | Helmut Grohne | |
2021-04-18 | mmdebstrap: add support for lintian | Helmut Grohne | |
2021-04-18 | initial checkin of mdbp | Helmut Grohne | |
Proof-of-concept status. Some things work. |