Merge #525 rawhide: workaround temporary volid issue
This commit is contained in:
commit
48294f4417
@ -235,6 +235,8 @@ image_volid_formats = [
|
||||
# No special handling for layered products, use same format as for regular images
|
||||
image_volid_layered_product_formats = []
|
||||
# Replace 'Cloud' with 'C' in volume id etc.
|
||||
# '-Workstation-' is a temporary workaround. See
|
||||
# https://pagure.io/pungi-fedora/pull-request/525
|
||||
volume_id_substitutions = {
|
||||
'Atomic': 'AH',
|
||||
'Rawhide': 'rawh',
|
||||
@ -249,7 +251,7 @@ volume_id_substitutions = {
|
||||
'Games': 'Game',
|
||||
'Jam_KDE': 'Jam',
|
||||
'WorkstationOstree': 'WS',
|
||||
'Workstation': 'WS',
|
||||
'-Workstation-': '-WS-',
|
||||
'Everything': 'E',
|
||||
'Server': 'S',
|
||||
'Cloud': 'C',
|
||||
|
Loading…
Reference in New Issue
Block a user