Shorted WorkstationOstree in volume ID

Since this is basically a workaround, it should look like it was part of
regular Workstation.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-09-14 07:52:53 +02:00
parent 45e48488f4
commit e8ea945776

View File

@ -235,25 +235,26 @@ image_volid_formats = [
image_volid_layered_product_formats = [] image_volid_layered_product_formats = []
# Replace 'Cloud' with 'C' in volume id etc. # Replace 'Cloud' with 'C' in volume id etc.
volume_id_substitutions = { volume_id_substitutions = {
'Atomic': 'AH', 'Atomic': 'AH',
'Rawhide': 'rawh', 'Rawhide': 'rawh',
'Images': 'img', 'Images': 'img',
'MATE_Compiz': 'MATE', 'MATE_Compiz': 'MATE',
'Security': 'Sec', 'Security': 'Sec',
'Electronic_Lab': 'Elec', 'Electronic_Lab': 'Elec',
'Robotics': 'Robo', 'Robotics': 'Robo',
'Scientific_KDE': 'SciK', 'Scientific_KDE': 'SciK',
'Astronomy_KDE': 'AstK', 'Astronomy_KDE': 'AstK',
'Design_suite': 'Dsgn', 'Design_suite': 'Dsgn',
'Games': 'Game', 'Games': 'Game',
'Jam_KDE': 'Jam', 'Jam_KDE': 'Jam',
'Workstation': 'WS', 'WorkstationOstree': 'WS',
'Everything': 'E', 'Workstation': 'WS',
'Server': 'S', 'Everything': 'E',
'Cloud': 'C', 'Server': 'S',
'Alpha': 'A', 'Cloud': 'C',
'Beta': 'B', 'Alpha': 'A',
'TC': 'T', 'Beta': 'B',
'TC': 'T',
} }
disc_types = { disc_types = {