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:
Marc-André Lureau 2025-09-24 16:04:01 +04:00
parent bf3706d2c3
commit 027d05c5c4

View file

@ -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