debian-forge/samples/error.json
Tom Gundersen e96f2a6a0b samples: convert from dnf- to rpm-based pipelines
Similarly to how the tests were converted in 26f5135a5f.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2020-04-15 15:29:52 +02:00

17 lines
227 B
JSON

{
"sources": {
"org.osbuild.files": {
"urls": {}
}
},
"pipeline": {
"stages": [
{
"name": "org.osbuild.error"
}
],
"assembler": {
"name": "org.osbuild.noop"
}
}
}