]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps: do not install if rpm already installed
authorKefu Chai <kchai@redhat.com>
Fri, 27 Sep 2019 02:26:54 +0000 (10:26 +0800)
committerNathan Cutler <ncutler@suse.com>
Fri, 4 Oct 2019 15:36:40 +0000 (17:36 +0200)
commit459f878f88b764628afe9b3d2ded9325ccdea74e
tree5222b108399d7ed100ccb69ed190abbbb4d6466d
parent5c60bd8eb2e64de63d7a4d1348e89516e636063a
install-deps: do not install if rpm already installed

there is chance that the system already have epel-release-latest-7.noarch.rpm
installed, in that case, install-deps.sh should not fail.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 45a4173bcfe15a9bf56f6aeb6e6c35386a00d1c5)
install-deps.sh