debian-forge-composer/Schutzfile
Ondřej Budai e64cc2effe schutzfile: remove rhel-8.3
We don't run on RHEL 8.3 anymore.

Note that the koji-osbuild rev-deps test is not run anymore, therefore
it's fine to drop dependants, see:
https://github.com/osbuild/osbuild-composer/issues/1559

We should reintroduce it though.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2021-09-24 17:03:53 +02:00

49 lines
947 B
Text

{
"fedora-33": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
}
},
"dependants": {
"koji-osbuild": {
"commit": "4fdc457745e1147475ea3ac1e3b073e592d7b174"
}
}
},
"fedora-34": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
}
}
},
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
}
}
},
"rhel-8.5": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
}
}
},
"rhel-9.0": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
}
}
},
"centos-8": {
"dependencies": {
"osbuild": {
"commit": "5d7316757b60645b5e0ee114614266fca297208e"
}
}
}
}