| commit | a9cbb0f7074286f5323954d327bc923c0028e7c0 | [log] [tgz] |
|---|---|---|
| author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | Tue Apr 10 19:31:18 2018 +0900 |
| committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | Tue Apr 10 21:11:54 2018 +0900 |
| tree | 03a7dd39a6e89f2c633aacff46fafa689792544a | |
| parent | 0b5809c4b5901df60fa6a3d9e1aa12b9c13872ee [diff] |
Serialize workspace modifications in the main process. This patch makes the child process send any workspace state back to the main process and saves it there directly before processing the result of a build job, such that workspace modifications in child tasks work transparently and no special care needs to be taken to save them except when doing so in the main process. Also this removes the line where we update workspace data at staging time. This fixes issue #352