
4 Oct
2019
4 Oct
'19
7:28 p.m.
On Fri, Oct 04, 2019 at 10:34:05AM -0600, Stephen Warren wrote:
On 10/4/19 10:12 AM, Tom Rini wrote:
When running as another user we might not be able to use '..' for certain directories and this is the default for buildman. Specify an output directory instead.
What if multiple invocations run in parallel on the same machine? They'll use the same path and collide. What about using mkdtemp() or similar?
Within the confines of gitlab (as this runs in a container), that's not possible and this is no less safe than today.
--
Tom