On the f27 branch: Enable createiso generation on all arches and volume id substitution for bikeshed

Fixing createiso enablement for https://pagure.io/releng/issue/7074
Signed-off-by: Rashmi Nargundkar <rnargund@redhat.com>
This commit is contained in:
Rashmi Nargundkar 2017-10-03 12:39:26 -04:00
parent a88a100f62
commit 0a47d68b82

View File

@ -98,7 +98,7 @@ createiso_skip = [
'src': True
}),
('^Server$', {
'*': True,
'*': False,
'src': True
}),
]
@ -133,6 +133,7 @@ volume_id_substitutions = {
'Beta': 'B',
'TC': 'T',
'Modular': 'M',
'Bikeshed': 'BS',
}
disc_types = {