Fix disc types

Properly case Live and DVD and rename boot to netinst.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-03-08 16:04:58 +01:00
parent df84d7495d
commit aa44dca38b

View File

@ -260,6 +260,12 @@ volume_id_substitutions = {
'TC': 'T', 'TC': 'T',
} }
disc_types = {
'boot': 'netinst',
'live': 'Live',
'dvd': 'DVD',
}
translate_paths = [ translate_paths = [
("/mnt/koji/compose/", "http://kojipkgs.fedoraproject.org/compose/"), ("/mnt/koji/compose/", "http://kojipkgs.fedoraproject.org/compose/"),
] ]