To make sure we test against what we will release with, use osbuild from the target distro rather than rebuilding it. The only exception is in RHEL8.3, where we are not rebasing any longer, but expect users who use new osbulid-composer from upstream to use it with new osbuild from upstream too. In this case, use the RPM from osbuild upstream, for now pinned to the same version as was in the submodule. This introduces a new configuration file: Schutzfile, which is meant to contain the full test-matrix. For now it only points to the upstream osbuild commit to add to the distro we are testing against (only relevant for 8.3). The submodule is now unused and is therefore removed. The produced repos now only contain osbuild-composer, osbuild is never built as part of osbuild-composer CI. Signed-off-by: Tom Gundersen <teg@jklm.no>
9 lines
140 B
Text
9 lines
140 B
Text
{
|
|
"rhel-8.3": {
|
|
"dependencies": {
|
|
"osbuild": {
|
|
"commit": "afafd46393e1c106e79c2412dbb5c4e45a05eda8"
|
|
}
|
|
}
|
|
}
|
|
}
|