Files
fm-orchestrator/module_build_service
Owen W. Taylor 40ececa5a0 MockModuleBuilder: Fix thread safety problem with distgit-clone-wrapper
Multiple build threads would try to write to the same distgit-clone-wrapper
location, which could result in ETXTBSY when one thread tried to execute
a script that another was writing to or vice-versa.

Instead of using a wrapper script, use a sh -c invocation for distgit_get.

https://pagure.io/fm-orchestrator/issue/592
2017-06-16 06:14:07 -04:00
..
2017-03-30 11:21:39 +02:00
2017-02-28 09:08:32 +01:00
2017-05-04 13:13:50 -04:00
2017-06-07 13:16:26 +02:00