On Fri, Sep 19, 2025 at 05:32:57PM +0400, [email protected] wrote:
> From: Marc-André Lureau <[email protected]>
> 
> It's too verbose.
> 
> Signed-off-by: Marc-André Lureau <[email protected]>
> ---
>  scripts/archive-source.sh | 2 +-
>  tests/lcitool/libvirt-ci  | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh
> index 85cd0a63a0..68eb9672de 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
> diff --git a/tests/lcitool/libvirt-ci b/tests/lcitool/libvirt-ci
> index 18c4bfe02c..7a92fe388f 160000
> --- a/tests/lcitool/libvirt-ci
> +++ b/tests/lcitool/libvirt-ci
> @@ -1 +1 @@
> -Subproject commit 18c4bfe02c467e5639bf9a687139735ccd7a3fff
> +Subproject commit 7a92fe388f55d1bbc33e639e3484533f88c542ec

Unrelated change here.

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Reply via email to