tests: pre-install EPEL for koji-osbuild rev dep test on RHEL
koji-osbuild-tests depends on koji which is not available in RHEL. As we need
to get rid of EPEL from deploy.sh (see the following commit), we need a
mechanism to preinstall EPEL before koji-osbuild-tests is installed. This
commit introduces pre_install_packages to Schutzfile - a simple way to
install packages before ${PROJECT}-tests is installed.
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
21c7b7463c
commit
a1b730d536
2 changed files with 13 additions and 1 deletions
|
|
@ -14,7 +14,10 @@
|
|||
},
|
||||
"dependants": {
|
||||
"koji-osbuild": {
|
||||
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
|
||||
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174",
|
||||
"pre_install_packages": [
|
||||
"https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue