debian-forge/osbuild
Lars Karlitski b9b2f99123 osbuild: create API sockets in the thread they're used in
This might (hopefully) fix a race in destructing the asyncio.EventLoop
that's used in all API classes, which leads to warnings about unhandled
exceptions on CI.

This also puts their creation closer to where the client-side sockets
are created.
2019-12-25 17:48:26 +01:00
..
__init__.py pipeline: return logs in --json mode 2019-12-14 13:49:24 +01:00
__main__.py osbuild: introduce sources 2019-12-23 01:12:38 +01:00
api.py osbuild: create API sockets in the thread they're used in 2019-12-25 17:48:26 +01:00
buildroot.py osbuild: create API sockets in the thread they're used in 2019-12-25 17:48:26 +01:00
loop.py loop: fix a few typos 2019-12-13 18:15:08 +01:00
objectstore.py objectstore: refer to objects, not trees 2019-09-25 23:50:50 +02:00
pipeline.py osbuild: create API sockets in the thread they're used in 2019-12-25 17:48:26 +01:00
remoteloop.py osbuild: create API sockets in the thread they're used in 2019-12-25 17:48:26 +01:00
sources.py osbuild: create API sockets in the thread they're used in 2019-12-25 17:48:26 +01:00
tmpfs.py osbuild: split package into separate files 2019-08-21 09:56:50 +04:00
treesum.py treesum: don't use dir_fd parameter in os.scandir() 2019-11-29 00:45:14 +01:00