Re: [Qemu-devel] [PATCH v3 0/8] docker tests fixes

2016-09-08 Thread Fam Zheng
On Tue, 09/06 22:05, Sascha Silbe wrote:
> A couple of fixes for issues encountered while trying out the new
> docker test support.
> 
> v2→v3:
>   - fix non-portable sort -V usage
>   - send debootstrap.pre error messages to stderr
>   - whitespace changes
> 
> v1→v2:
>   - found a good place to stick the warning about EXECUTABLE
>   - additional fixes for the debian-debootstrap image
> 
> Sascha Silbe (8):
>   docker.py: don't hang on large docker output
>   docker: avoid dependency on 'realpath' package
>   docker: debian-bootstrap.pre: print error messages to stderr
>   docker: debian-bootstrap.pre: print helpful message if
> DEB_ARCH/DEB_TYPE unset
>   docker: print warning if EXECUTABLE is not set when building
> debootstrap image
>   docker: make sure debootstrap is at least 1.0.67
>   docker: build debootstrap after cloning
>   docker: silence debootstrap when --quiet is given
> 
>  tests/docker/Makefile.include |  5 -
>  tests/docker/docker.py| 12 ++
>  tests/docker/dockerfiles/debian-bootstrap.pre | 32 
> +++
>  3 files changed, 40 insertions(+), 9 deletions(-)
> 
> -- 
> 1.9.1
> 

Thanks. Fixed the 'sort -C' portability issue and applied to my docker branch:

http://github.com/famz/qemu/tree/docker

Fam




[Qemu-devel] [PATCH v3 0/8] docker tests fixes

2016-09-06 Thread Sascha Silbe
A couple of fixes for issues encountered while trying out the new
docker test support.

v2→v3:
  - fix non-portable sort -V usage
  - send debootstrap.pre error messages to stderr
  - whitespace changes

v1→v2:
  - found a good place to stick the warning about EXECUTABLE
  - additional fixes for the debian-debootstrap image

Sascha Silbe (8):
  docker.py: don't hang on large docker output
  docker: avoid dependency on 'realpath' package
  docker: debian-bootstrap.pre: print error messages to stderr
  docker: debian-bootstrap.pre: print helpful message if
DEB_ARCH/DEB_TYPE unset
  docker: print warning if EXECUTABLE is not set when building
debootstrap image
  docker: make sure debootstrap is at least 1.0.67
  docker: build debootstrap after cloning
  docker: silence debootstrap when --quiet is given

 tests/docker/Makefile.include |  5 -
 tests/docker/docker.py| 12 ++
 tests/docker/dockerfiles/debian-bootstrap.pre | 32 +++
 3 files changed, 40 insertions(+), 9 deletions(-)

-- 
1.9.1