From 27aca633f54fcc29f3b74bbea4e18147a0e40f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Mon, 15 Feb 2021 10:28:54 +0100 Subject: [PATCH] Translate paths to URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will have no effect on the compose itself, but will add valid URLs to all outgoing messages. Their consumption will be slightly easier. Signed-off-by: Lubomír Sedlář --- epel8-playground.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/epel8-playground.conf b/epel8-playground.conf index b84f205..8eab8d1 100644 --- a/epel8-playground.conf +++ b/epel8-playground.conf @@ -112,3 +112,7 @@ createiso_skip = [ ] koji_profile = 'compose_koji' + +translate_paths = [ + ('/mnt/koji/compose/', 'https://kojipkgs.fedoraproject.org/compose/'), +]