Add a phase for creating extra ISOs

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2018-05-09 15:39:36 +02:00
parent 4544b454f8
commit b2f995d516
14 changed files with 1057 additions and 156 deletions

View file

@ -114,4 +114,11 @@ createiso_skip = [
}),
]
extra_isos = {
'^Server$': [{
'include_variants': ['Client']
'filename': 'extra-{filename}',
}]
}
create_jigdo = False