Re: [Qemu-devel] [PATCH v7 50/54] docker: docker.py add check sub-command

2018-06-18 Thread Philippe Mathieu-Daudé
On 06/15/2018 04:47 PM, Alex Bennée wrote: > This command allows you to check if we need to re-build a docker > image. If the image isn't in the repository or the checksums don't > match then we return false and some text (for processing in > makefiles). > > Signed-off-by: Alex Bennée Reviewed-b

[Qemu-devel] [PATCH v7 50/54] docker: docker.py add check sub-command

2018-06-15 Thread Alex Bennée
This command allows you to check if we need to re-build a docker image. If the image isn't in the repository or the checksums don't match then we return false and some text (for processing in makefiles). Signed-off-by: Alex Bennée --- - fix prints to be "modern" - PEP8 fixes --- tests/docke