Skip to content

Do not parallelize rpm assembly

Jonathan Maw requested to merge staging/jonathan/rpm-export-parallel into master

Using multiple instances causes problems when it comes to rpm assembly. This patch makes rpm assembly only happen inside the main process. In future, this might be changed to allow subprocesses to assemble some of the rpms themselves, but this is currently difficult due to the need to set up the sysroot.

Merge request reports