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