debian-forge/assemblers
Lars Karlitski 3d3ffda5d8 remoteloop: don't close a socket it didn't open
Closing the socket is the responsibility of whoever opened it.

Fix this in the only user (qemu assembler) by using socket() in a `with`
block, which closes the socket on exit.
2019-10-07 10:10:51 +02:00
..
org.osbuild.noop travis: add an osbuild test 2019-07-31 01:34:31 +02:00
org.osbuild.qemu remoteloop: don't close a socket it didn't open 2019-10-07 10:10:51 +02:00
org.osbuild.tar assemblers/tar: Allow creating tar archive without any compression 2019-09-10 14:55:40 +02:00
osbuild stages/assemblers: symlink the osbulid python library 2019-07-25 21:28:23 +02:00