]> git.ipfire.org Git - pbs.git/commit
packages: Extract filelists in a separate thread
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 17 Aug 2023 10:17:34 +0000 (10:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 17 Aug 2023 10:17:34 +0000 (10:17 +0000)
commitfb8bad717039ce0bbe1217b0cbab25b072ee15e2
tree6e03b0b194e18457ed2a4f9c30fd1975271ea972
parent965c9d2f88a1525f8c3cc6acc07b7da8e6c56ead
packages: Extract filelists in a separate thread

Since we need to read the entire archive to extract the entire filelist
with all its meta information, we need to move this into a separate
thread.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/packages.py