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>
This commit is contained in:
Tom Gundersen 2020-04-15 03:02:16 +02:00
parent 89e549cc58
commit e96f2a6a0b
12 changed files with 7871 additions and 861 deletions

View file

@ -1,10 +1,17 @@
{
"stages": [
{
"name": "org.osbuild.error"
"sources": {
"org.osbuild.files": {
"urls": {}
}
},
"pipeline": {
"stages": [
{
"name": "org.osbuild.error"
}
],
"assembler": {
"name": "org.osbuild.noop"
}
],
"assembler": {
"name": "org.osbuild.noop"
}
}