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:
parent
13ea8e5834
commit
11fa342507
6 changed files with 63 additions and 5 deletions
|
|
@ -109,3 +109,9 @@ extra_isos = {
|
|||
'filename': 'extra-{filename}',
|
||||
}]
|
||||
}
|
||||
|
||||
iso_level = [
|
||||
(".*", {
|
||||
"src": 3,
|
||||
}),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue