]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
install-deps.sh: populate WITH_SEASTAR in the same way as for_make_check
authorKefu Chai <kchai@redhat.com>
Thu, 6 Jun 2019 03:10:41 +0000 (11:10 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 7 Jun 2019 14:17:19 +0000 (22:17 +0800)
commit7f19bf39d6991e3f716389b9f43cec3595ea2c73
treed8f6507ba7ed8d46347b50903485a8d2fc4b10d7
parent4d363edc598d3c78e48ab2ff60c914d05ccd17be
install-deps.sh: populate WITH_SEASTAR in the same way as for_make_check

because `install-deps.sh` is executed using `source`, we have to pass
these options using env variables. but before this change, `WITH_SEASTAR` is used directly,
while `FOR_MAKE_CHECK` is checked and translated to a local variable
`for_make_check`. which, in my opinion, has better readability.

so, in this change, `WITH_SEASTAR` is translated to `with_seastar`
variable in `install-deps.sh`.

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh