]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
install-deps.sh: do not enable unavailable repos
authorKefu Chai <kchai@redhat.com>
Wed, 17 Jun 2020 08:00:23 +0000 (16:00 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 17 Jun 2020 08:03:04 +0000 (16:03 +0800)
commit55b8707097cf8087b181b655a6872245fe768d2b
tree6b2e161358f40c62d948aea8e8ab4aa85ba30bd8
parent0e74b922582572464aeeb4cafd0a9fbc4506ddf7
install-deps.sh: do not enable unavailable repos

should be specific when enabling codeready-builder repos, there is
chance that some repos are just not available, while the required one
is. for instance, "codeready-builder-for-rhel-8-x86_64-eus-debug-rpms"
might not be available. and in that case, `install-deps.sh` just fails.

so in this change, only the required one is enabled. see also
https://fedoraproject.org/wiki/EPEL

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