createiso: Make ISO level more granular

Make it possible to set the level separately for each variant and
architecture.

JIRA: RHELCMP-9341

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2022-08-16 14:25:43 +02:00
parent 13ea8e5834
commit 11fa342507
6 changed files with 63 additions and 5 deletions

View file

@ -109,3 +109,9 @@ extra_isos = {
'filename': 'extra-{filename}',
}]
}
iso_level = [
(".*", {
"src": 3,
}),
]