From: David Galloway Date: Mon, 22 Dec 2025 16:53:13 +0000 (-0500) Subject: install-deps.sh: Debug message for with_crimson X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cfa448da6bdb6d139974f6e6a9fb44608913b6e8;p=ceph.git install-deps.sh: Debug message for with_crimson Helpful for debugging when/where with_crimson is being set Signed-off-by: David Galloway --- diff --git a/install-deps.sh b/install-deps.sh index 65ce59da2e02..dd4cf9421cda 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -36,6 +36,7 @@ function munge_ceph_spec_in { shift local for_make_check=$1 shift + ci_debug "install-deps believes with_crimson=$with_crimson" local OUTFILE=$1 sed -e 's/@//g' < ceph.spec.in > $OUTFILE # http://rpm.org/user_doc/conditional_builds.html