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:
parent
8779b574bf
commit
27aca633f5
@ -112,3 +112,7 @@ createiso_skip = [
|
||||
]
|
||||
|
||||
koji_profile = 'compose_koji'
|
||||
|
||||
translate_paths = [
|
||||
('/mnt/koji/compose/', 'https://kojipkgs.fedoraproject.org/compose/'),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user