createiso: Include layered product name in iso name

When creating an ISO for a layered product, the name of the integrated
product should be included in the file name.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-10-17 15:15:01 +02:00
parent b2b5dd919b
commit b46af7acbb
3 changed files with 35 additions and 7 deletions

View file

@ -104,7 +104,7 @@ bootable = False
# CREATEISO
createiso_skip = [
('^Server-Gluster$', {
('^Server-ResilientStorage$', {
'*': True,
'src': True
}),