[PATCH 1/7] configure: expose the direct container command

2023-02-24 Thread Alex Bennée
In the process of migrating away from using docker.py to build our containers we need to expose the command to the build environment. The script is still a useful way to probe which command works though. Signed-off-by: Alex Bennée --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --gi

Re: [PATCH 1/7] configure: expose the direct container command

2023-02-27 Thread Daniel P . Berrangé
On Fri, Feb 24, 2023 at 06:08:51PM +, Alex Bennée wrote: > In the process of migrating away from using docker.py to build our > containers we need to expose the command to the build environment. The > script is still a useful way to probe which command works though. > > Signed-off-by: Alex Ben

Re: [PATCH 1/7] configure: expose the direct container command

2023-02-28 Thread Philippe Mathieu-Daudé
On 24/2/23 19:08, Alex Bennée wrote: In the process of migrating away from using docker.py to build our containers we need to expose the command to the build environment. The script is still a useful way to probe which command works though. Signed-off-by: Alex Bennée --- configure | 3 +++ 1