]> git.proxmox.com Git - mirror_qemu.git/commit
scripts: use git archive in archive-source
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 20 May 2019 12:47:03 +0000 (14:47 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 12 Jun 2019 16:53:22 +0000 (17:53 +0100)
commit8fc76176f60d6758641f50f43c2c4bcceab8a68d
tree2114155885e66785b863f93c452539ddfea987a4
parenteec4b30ae6dff370599015792ed9f1c60e436c33
scripts: use git archive in archive-source

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 <kraxel@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190520124716.30472-2-kraxel@redhat.com>
[AJB: fixed up tabs]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
scripts/archive-source.sh