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:
parent
c1d809e8e9
commit
897f776932
@ -99,7 +99,7 @@ createiso_skip = [
|
||||
'src': True
|
||||
}),
|
||||
('^Server$', {
|
||||
'*': True,
|
||||
'*': False,
|
||||
'src': True
|
||||
}),
|
||||
]
|
||||
@ -134,6 +134,7 @@ volume_id_substitutions = {
|
||||
'Beta': 'B',
|
||||
'TC': 'T',
|
||||
'Modular': 'M',
|
||||
'Bikeshed': 'BS',
|
||||
}
|
||||
|
||||
disc_types = {
|
||||
|
Loading…
Reference in New Issue
Block a user