]> Git Repo - qemu.git/commit
scripts: use git archive in archive-source
authorGerd Hoffmann <[email protected]>
Mon, 20 May 2019 12:47:03 +0000 (14:47 +0200)
committerAlex Bennée <[email protected]>
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 <[email protected]>
Tested-by: Thomas Huth <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20190520124716[email protected]>
[AJB: fixed up tabs]
Signed-off-by: Alex Bennée <[email protected]>
scripts/archive-source.sh
This page took 0.024902 seconds and 4 git commands to generate.