]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
admin/install-doc: error out if missing deps
authorKefu Chai <kchai@redhat.com>
Sun, 15 Mar 2020 02:40:16 +0000 (10:40 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 15 Mar 2020 02:56:10 +0000 (10:56 +0800)
commite88f8eeaf83e91069b672392bdc0d572fdf588e6
tree396352dc504c2c79eef160567a57fe32c0c51f18
parent051fa3d9b533d1323dab03b7d989c732e0875e3f
admin/install-doc: error out if missing deps

we should not `set -e` at the very beginning of this script, which fails
the script if any dependency is missing without printing out error
messages.

in this change `set -e` is removed. and refactor the code to print the
error message.

Signed-off-by: Kefu Chai <kchai@redhat.com>
admin/build-doc