Merge "Added element to enable RDO deps repo to install sysbench"

This commit is contained in:
Zuul 2022-02-25 12:10:25 +00:00 committed by Gerrit Code Review
commit 65fc08446f
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
# It enables RDO deps repo for CentOS Stream 9
if [[ "${DISTRO_NAME}${DIB_RELEASE}" =~ "centos9" ]]; then
curl -o /etc/yum.repos.d/dlrn-deps.repo https://trunk.rdoproject.org/centos9-master/dlrn-deps.repo
fi