Translate paths to URLs

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ář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2021-02-15 10:28:54 +01:00
parent 8779b574bf
commit 27aca633f5
1 changed files with 4 additions and 0 deletions

View File

@ -112,3 +112,7 @@ createiso_skip = [
]
koji_profile = 'compose_koji'
translate_paths = [
('/mnt/koji/compose/', 'https://kojipkgs.fedoraproject.org/compose/'),
]