debian-forge/osbuild
David Rheinsberg d4f40362ec buildroot: drop kwargs from buildroot.run()
Drop the `kwargs` forwarding from buildroot.run() to subprocess.run().
We do not use it other than for `stdin=subprocess.DEVNULL`. Set that
option directly instead.

Doing the kwargs forwarding mixes the argument namespaces and is very
hard to read. It is not clear from the call-site which argument goes to
buildroot.run() and which to subprocess.run().

Lastly, it requires us to manually fetch `check` just to make pylint
happy. Lets just drop this dance and make the API explicit.
2020-05-13 14:17:30 +02:00
..
util util/ctx: extract suppress_oserror() 2020-05-11 18:05:12 +02:00
__init__.py osbuild: extract CLI to prepare for additional entrypoints 2020-04-28 15:39:54 +02:00
__main__.py osbuild: extract CLI to prepare for additional entrypoints 2020-04-28 15:39:54 +02:00
api.py osbuild: convert to jsoncomm 2020-04-21 13:47:38 +02:00
buildroot.py buildroot: drop kwargs from buildroot.run() 2020-05-13 14:17:30 +02:00
loop.py loop: fix FD leak in mknod() 2020-04-21 13:02:29 +02:00
main_cli.py cli: drop --build-env argument 2020-05-07 19:52:33 +02:00
meta.py meta: use draft 4 of jsonschema to validate 2020-05-12 22:00:38 +02:00
objectstore.py util/ctx: extract suppress_oserror() 2020-05-11 18:05:12 +02:00
pipeline.py buildroot: drop kwargs from buildroot.run() 2020-05-13 14:17:30 +02:00
remoteloop.py osbuild: convert to jsoncomm 2020-04-21 13:47:38 +02:00
sources.py sources: make cleanup explicit 2020-04-24 11:48:16 +02:00
treesum.py treesum: don't use dir_fd parameter in os.scandir() 2019-11-29 00:45:14 +01:00