scripts/archive-source: silence subprojects downloads
It's too verbose. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20250924120426.2158655-5-marcandre.lureau@redhat.com>
This commit is contained in:
parent
bf3706d2c3
commit
027d05c5c4
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ function subproject_dir() {
|
|||
git archive --format tar "$(tree_ish)" > "$tar_file"
|
||||
test $? -ne 0 && error "failed to archive qemu"
|
||||
|
||||
meson subprojects download $subprojects
|
||||
meson subprojects download $subprojects >/dev/null
|
||||
test $? -ne 0 && error "failed to download subprojects $subprojects"
|
||||
|
||||
for sp in $subprojects; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue