]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-new-setup: Quiet submodule operations 2286/head
authorZack Cerza <zack@redhat.com>
Wed, 30 Oct 2024 00:14:21 +0000 (18:14 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 31 Oct 2024 17:01:54 +0000 (11:01 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
ceph-dev-new-setup/build/build

index b5a9bc667bf27b31a8c8f369a6a7ff2527f35561..3bae4c8644a911eaed2a2e68e1f4f3a37c1c410f 100644 (file)
@@ -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