From: Marc-André Lureau Date: Wed, 24 Sep 2025 12:04:01 +0000 (+0400) Subject: scripts/archive-source: silence subprojects downloads X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=027d05c5c41dd5ac822e60e245aff30bc4f2fa69;p=thirdparty%2Fqemu.git scripts/archive-source: silence subprojects downloads It's too verbose. Signed-off-by: Marc-André Lureau Reviewed-by: Alex Bennée Message-ID: <20250924120426.2158655-5-marcandre.lureau@redhat.com> --- diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh index 34ea86b6d3d..b86e632161c 100755 --- a/scripts/archive-source.sh +++ b/scripts/archive-source.sh @@ -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