tests/dnf: always specify platform_module_id
As long as this matches the build environment, this does not make a differenece, but let us not depend on this. This will be useful when automatically transforming dnf to rpm pipelines, as the platform_module_id is needed as input to osbuild-composer's dnf-json tool. Performed using this script: ``` cat $1 | jq '(.stages[]? | select(.name == "org.osbuild.dnf") | .options.module_platform_id) |= . + "platform:f30"' | sponge $1 cat $1 | jq '(.build.pipeline.stages[]? | select(.name == "org.osbuild.dnf") | .options.module_platform_id) |= . + "platform:f30"' | sponge $1 ``` Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
a1540fd32d
commit
ff8fda9e53
38 changed files with 211 additions and 132 deletions
|
|
@ -18,7 +18,8 @@
|
|||
"policycoreutils",
|
||||
"qemu-img",
|
||||
"systemd"
|
||||
]
|
||||
],
|
||||
"module_platform_id": "platform:f30"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
@ -48,7 +49,8 @@
|
|||
],
|
||||
"exclude_packages": [
|
||||
"dracut-config-rescue"
|
||||
]
|
||||
],
|
||||
"module_platform_id": "platform:f30"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue