Re: [Qemu-devel] [PATCH] build: allow automatic git submodule updates to be disabled

2017-10-27 Thread Daniel P. Berrange
On Fri, Oct 27, 2017 at 03:10:17PM +1100, Alexey Kardashevskiy wrote: > On 27/10/17 00:33, Philippe Mathieu-Daudé wrote: > > On 10/26/2017 10:04 AM, Daniel P. Berrange wrote: > >> Some people building QEMU use VPATH builds where the source directory is > >> on a > >> read-only volume. In such a ca

Re: [Qemu-devel] [PATCH] build: allow automatic git submodule updates to be disabled

2017-10-26 Thread Alexey Kardashevskiy
On 27/10/17 00:04, Daniel P. Berrange wrote: > Some people building QEMU use VPATH builds where the source directory is on a > read-only volume. In such a case 'scripts/git-submodules.sh update' will > always > fail and users are required to run it manually themselves on their original > writable

Re: [Qemu-devel] [PATCH] build: allow automatic git submodule updates to be disabled

2017-10-26 Thread Alexey Kardashevskiy
On 27/10/17 00:33, Philippe Mathieu-Daudé wrote: > On 10/26/2017 10:04 AM, Daniel P. Berrange wrote: >> Some people building QEMU use VPATH builds where the source directory is on a >> read-only volume. In such a case 'scripts/git-submodules.sh update' will >> always >> fail and users are required

Re: [Qemu-devel] [PATCH] build: allow automatic git submodule updates to be disabled

2017-10-26 Thread Philippe Mathieu-Daudé
On 10/26/2017 10:04 AM, Daniel P. Berrange wrote: > Some people building QEMU use VPATH builds where the source directory is on a > read-only volume. In such a case 'scripts/git-submodules.sh update' will > always > fail and users are required to run it manually themselves on their original > writ

[Qemu-devel] [PATCH] build: allow automatic git submodule updates to be disabled

2017-10-26 Thread Daniel P. Berrange
Some people building QEMU use VPATH builds where the source directory is on a read-only volume. In such a case 'scripts/git-submodules.sh update' will always fail and users are required to run it manually themselves on their original writable source directory. While this is already supported, it i