From f381e3f05fcb08a7b1a3a1aa8f86e066bd4718ba Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 29 Oct 2024 18:14:21 -0600 Subject: [PATCH] ceph-dev-new-setup: Quiet submodule operations Signed-off-by: Zack Cerza --- ceph-dev-new-setup/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-dev-new-setup/build/build b/ceph-dev-new-setup/build/build index b5a9bc66..3bae4c86 100644 --- a/ceph-dev-new-setup/build/build +++ b/ceph-dev-new-setup/build/build @@ -42,7 +42,7 @@ rm -rf release # run submodule updates regardless echo "Running submodule update ..." -git submodule update --init +git submodule update --init --quiet # When using autotools/autoconf it is possible to see output from `git diff` # since some macros can be copied over to the ceph source, triggering this -- 2.39.5