Skip to content

Allow retrieval of logs from newer Lava versions

Edmund Smith requested to merge eds/job_log_fix into wip/sjoerd/job-logs-2

In particular, the code produced URLs of the form

http://lava.collabora.dev/api/v0.2//jobs/12345/logs/

where the redundant double slash was accepted by the old version of Lava, and is now rejected (causing 404 to be returned for all such URLs).

Merge request reports