#997 Translate paths to URLs
Merged 3 years ago by kevin. Opened 3 years ago by lsedlar.

file modified
+4
@@ -112,3 +112,7 @@ 

      ]

  

  koji_profile = 'compose_koji'

+ 

+ translate_paths = [

+    ('/mnt/koji/compose/', 'https://kojipkgs.fedoraproject.org/compose/'),

+ ]

This will have no effect on the compose itself, but will add valid URLs to all outgoing messages. Their consumption will be slightly easier.

Here's an example message where location would change to URL:
https://apps.fedoraproject.org/datagrepper/id?id=2021-070c6c10-eb08-4b30-9cf3-8a7376f3d037&is_raw=true&size=extra-large

Pull-Request has been merged by kevin

3 years ago
Metadata