]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-{dev-,}setup: Make git submodule operations much quieter. 2322/head
authorDan Mick <dan.mick@redhat.com>
Fri, 7 Feb 2025 02:05:35 +0000 (18:05 -0800)
committerDan Mick <dan.mick@redhat.com>
Fri, 7 Feb 2025 02:07:59 +0000 (18:07 -0800)
After f381e3f05fcb08a7b1a3a1aa8f86e066bd4718ba, which is quite the
win for ceph-dev-new-setup, credit to zack@redhat.com

Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-dev-setup/build/build
ceph-setup/build/build

index 5c5af0dc7f94b489804d2063d15937106c643633..41db4462aee7f3456c761a1d210cb97ddab0cfb0 100644 (file)
@@ -34,7 +34,7 @@ rm -rf release
 
 # run submodule updates regardless
 echo "Running submodule update ..."
-git submodule update --init
+git submodule update --init --quiet
 
 # export args for building optional packages
 ceph_build_args_from_flavor ${FLAVOR}
index 05fe2161ac5088538c6040b6596d523466372b65..2eebbf894d2cf1c8d5fd5f7a1da367b4c5537eab 100644 (file)
@@ -31,7 +31,7 @@ rm -rf release
 
 # run submodule updates regardless
 echo "Running submodule update ..."
-git submodule update --init
+git submodule update --init --quiet
 
 CEPH_EXTRA_RPMBUILD_ARGS="--with tcmalloc"
 CEPH_EXTRA_CMAKE_ARGS="$CEPH_EXTRA_CMAKE_ARGS -DALLOCATOR=tcmalloc"