debian-forge/assemblers
Christian Kellner 7a2ad6f0f8 osbuild: replace capture_output in subprocess.run
The `capture_output` argument for subprocess.run was added in 3.7,
but want to support 3.6 as well. Change all the usages of it with
`stdout=subprocess.PIPE` that will have the same effect, at least
for stdout.
2020-06-09 13:42:35 +02:00
..
org.osbuild.noop osbuild: refactor stage information 2020-05-29 08:37:47 +02:00
org.osbuild.oci-archive osbuild: replace capture_output in subprocess.run 2020-06-09 13:42:35 +02:00
org.osbuild.ostree.commit osbuild: refactor stage information 2020-05-29 08:37:47 +02:00
org.osbuild.qemu Take care not to put large content on /tmp 2020-06-09 09:12:05 +02:00
org.osbuild.rawfs modules: fix format-strings without interpolation 2020-05-29 11:07:44 +02:00
org.osbuild.tar osbuild: refactor stage information 2020-05-29 08:37:47 +02:00