From 32a5d56825461dafc0e60bd944e295020b28d08e Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Sun, 16 Feb 2025 15:35:09 +0100 Subject: naming: rename `minimal` -> `tiny` This renames the minimal profile to "tiny", it's useful to have a profile that builds quickly and provides a small artifact. However, the minimal name mirrors the Fedora Minimal spin name and might confuse people building images about what they're actually building. The Tiny descriptions do not replicate the Fedora Minimal spin. Signed-off-by: Simon de Vlieger --- tmt/plans/base/minimal-disk.fmf | 9 --------- tmt/plans/base/tiny-disk.xml | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 tmt/plans/base/minimal-disk.fmf create mode 100644 tmt/plans/base/tiny-disk.xml (limited to 'tmt/plans') diff --git a/tmt/plans/base/minimal-disk.fmf b/tmt/plans/base/minimal-disk.fmf deleted file mode 100644 index 4de8bdb..0000000 --- a/tmt/plans/base/minimal-disk.fmf +++ /dev/null @@ -1,9 +0,0 @@ -summary: Build Minimal disk image -discover: - how: fmf -environment: - image_type: oem - image_profile: Minimal-Disk - kiwi_file: Fedora.kiwi -execute: - how: tmt diff --git a/tmt/plans/base/tiny-disk.xml b/tmt/plans/base/tiny-disk.xml new file mode 100644 index 0000000..98ee6ed --- /dev/null +++ b/tmt/plans/base/tiny-disk.xml @@ -0,0 +1,9 @@ +summary: Build Tiny disk image +discover: + how: fmf +environment: + image_type: oem + image_profile: Tiny-Disk + kiwi_file: Fedora.kiwi +execute: + how: tmt -- cgit v1.3.1+13