diff --git a/fedora.conf b/fedora.conf index 7eebaee..cc2b8b8 100644 --- a/fedora.conf +++ b/fedora.conf @@ -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',