Re: [Qemu-devel] [PATCH 0/2] make docker-travis work again

2019-03-21 Thread Alex Bennée
Wainer dos Santos Moschetta writes: > The `make docker-travis@IMAGE` is broken because: > 1) travis.py fails to parse the current .travis.yml > 2) The travis script does not get the correct reference > to the source directory. It is a regression introduced on > commit 05790dafef1. > > Tested wi

[Qemu-devel] [PATCH 0/2] make docker-travis work again

2019-03-20 Thread Wainer dos Santos Moschetta
The `make docker-travis@IMAGE` is broken because: 1) travis.py fails to parse the current .travis.yml 2) The travis script does not get the correct reference to the source directory. It is a regression introduced on commit 05790dafef1. Tested with `make docker-travis@ubuntu`. Wainer dos Santos Mo