Skip to content

jhbuild/utils/systeminstall.py: speed up AptSystemInstall

Karl-Philipp Richter requested to merge (removed):parallel_systeminstall into master

Searching apt packages through apt-file is slow.

Conducting the search in different threads slightly speeds up this search. The functioning of the code remain untouched.

https://bugzilla.gnome.org/show_bug.cgi?id=784938

Edited by Christoph Reiter

Merge request reports