* if WITH_JAEGER flag is specified, install-deps should mangle and update
debian/control + ceph.spec the way we do for adding crimson dependencies
with WITH_SEASTAR flag.
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
if $with_seastar; then
sed -i -e 's/%bcond_with seastar/%bcond_without seastar/g' $OUTFILE
fi
+ if $with_jaeger; then
+ sed -i -e 's/%bcond_with jaeger/%bcond_without jaeger/g' $OUTFILE
+ fi
if $with_zbd; then
sed -i -e 's/%bcond_with zbd/%bcond_without zbd/g' $OUTFILE
fi
if $with_seastar; then
sed -i -e 's/^# Crimson[[:space:]]//g' $control
fi
+ if $with_jaeger; then
+ sed -i -e 's/^# Jaeger[[:space:]]//g' $control
+ sed -i -e 's/^# Crimson libyaml-cpp-dev,/d' $control
+ fi
if $for_make_check; then
sed -i 's/^# Make-Check[[:space:]]/ /g' $control
fi
exit
else
[ $WITH_SEASTAR ] && with_seastar=true || with_seastar=false
+ [ $WITH_JAEGER ] && with_jaeger=true || with_jaeger=false
[ $WITH_ZBD ] && with_zbd=true || with_zbd=false
source /etc/os-release
case "$ID" in