From aa44dca38b97ad05367b23c543132bcb7892c5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 8 Mar 2016 16:04:58 +0100 Subject: [PATCH] Fix disc types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Properly case Live and DVD and rename boot to netinst. Signed-off-by: Lubomír Sedlář --- fedora.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fedora.conf b/fedora.conf index 184c692..34f1a48 100644 --- a/fedora.conf +++ b/fedora.conf @@ -260,6 +260,12 @@ volume_id_substitutions = { 'TC': 'T', } +disc_types = { + 'boot': 'netinst', + 'live': 'Live', + 'dvd': 'DVD', +} + translate_paths = [ ("/mnt/koji/compose/", "http://kojipkgs.fedoraproject.org/compose/"), ]