Re: [OE-core] [PATCH] archiver: exit to avoid race conditions

2022-05-30 Thread Jose Quaresma
Jose Quaresma escreveu no dia sexta, 27/05/2022 à(s) 11:07: > > > escreveu no dia sexta, 27/05/2022 > à(s) 10:13: > >> On Fri, 2022-05-27 at 09:29 +0100, Jose Quaresma wrote: >> > The archiver doesn't support using multiconfig sharing the same TMPDIR >> > so rise an error when we have something

Re: [OE-core] [PATCH] archiver: exit to avoid race conditions

2022-05-27 Thread Jose Quaresma
escreveu no dia sexta, 27/05/2022 à(s) 10:13: > On Fri, 2022-05-27 at 09:29 +0100, Jose Quaresma wrote: > > The archiver doesn't support using multiconfig sharing the same TMPDIR > > so rise an error when we have something that shouldn't exist. > > > > When in the multiconfig and using the same T

Re: [OE-core] [PATCH] archiver: exit to avoid race conditions

2022-05-27 Thread Richard Purdie
On Fri, 2022-05-27 at 09:29 +0100, Jose Quaresma wrote: > The archiver doesn't support using multiconfig sharing the same TMPDIR > so rise an error when we have something that shouldn't exist. > > When in the multiconfig and using the same TMPDIR: the two machines can make > the same copy at the s

[OE-core] [PATCH] archiver: exit to avoid race conditions

2022-05-27 Thread Jose Quaresma
The archiver doesn't support using multiconfig sharing the same TMPDIR so rise an error when we have something that shouldn't exist. When in the multiconfig and using the same TMPDIR: the two machines can make the same copy at the same time to the same destination, which will not work. Signed-off