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 committed by Dennis Gilmore
parent 07277d801e
commit 59a012ce43

View File

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