Re: [Qemu-devel] [PATCH v3 01/14] scripts: use git archive in archive-source

2019-05-29 Thread Philippe Mathieu-Daudé
On 5/20/19 2:47 PM, Gerd Hoffmann wrote: > Use git archive to create tarballs of qemu and submodules instead of > cloning the repository and the submodules. This is a order of magnitude > faster because it doesn't fetch the submodules from the internet each > time the script runs. > > Signed-off-

[Qemu-devel] [PATCH v3 01/14] scripts: use git archive in archive-source

2019-05-20 Thread Gerd Hoffmann
Use git archive to create tarballs of qemu and submodules instead of cloning the repository and the submodules. This is a order of magnitude faster because it doesn't fetch the submodules from the internet each time the script runs. Signed-off-by: Gerd Hoffmann Tested-by: Thomas Huth --- scrip