]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerKefu Chai <kchai@redhat.com>
Fri, 27 Sep 2019 03:07:30 +0000 (11:07 +0800)
commit45a4173bcfe15a9bf56f6aeb6e6c35386a00d1c5
treea9929be953fada096f9e8d367ce430c8e49ca42c
parent2914402345beb158feae5410e1d00fe6c9c285f9
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>
install-deps.sh