From: Zack Cerza Date: Wed, 30 Oct 2024 00:14:21 +0000 (-0600) Subject: ceph-dev-new-setup: Quiet submodule operations X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f381e3f05fcb08a7b1a3a1aa8f86e066bd4718ba;p=ceph-build.git ceph-dev-new-setup: Quiet submodule operations Signed-off-by: Zack Cerza --- 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