diff options
| author | 2024-08-09 10:49:58 -0400 | |
|---|---|---|
| committer | 2024-08-09 11:17:35 -0400 | |
| commit | c4d19f7f8e4f725ca9ce8774c00b40549138fef8 (patch) | |
| tree | fc68bccdcce375ac392c3ca9a2061bc0a66bd0a1 /tmt/plans/container/base/build-generic.fmf | |
| parent | 40e3039216350519d091b7e262e80a8ea6425088 (diff) | |
| download | kiwi-descriptions-c4d19f7f8e4f725ca9ce8774c00b40549138fef8.tar.gz kiwi-descriptions-c4d19f7f8e4f725ca9ce8774c00b40549138fef8.zip | |
kiwi-build, tmt: Require setting the kiwi filename for the build
In preparation for having multiple top-level kiwi description files,
expose the ability to define which file to read.
Additionally, tests are updated to use this new flag.
Diffstat (limited to 'tmt/plans/container/base/build-generic.fmf')
| -rw-r--r-- | tmt/plans/container/base/build-generic.fmf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmt/plans/container/base/build-generic.fmf b/tmt/plans/container/base/build-generic.fmf index 07b4eb5..c6c71db 100644 --- a/tmt/plans/container/base/build-generic.fmf +++ b/tmt/plans/container/base/build-generic.fmf @@ -4,5 +4,6 @@ discover: environment: image_type: oci image_profile: Container-Base-Generic + kiwi_file: Fedora.kiwi execute: how: tmt |