Skip to content
Commit d1084c78 authored by Daniel Markus's avatar Daniel Markus Committed by Martin Jansa
Browse files

socorro-syms: Add support for local repositories



This socorro-syms functionality tries to extract the host name out of the source
code repository origin. This causes problems when the origin is a local
repository.

The solution is to look for the origin in two steps. If the origin in the first
step is a local directory we assume it is a temporary download repository. In
the second step we look for the origin to that download repository and if that
also redirects to a local repository, we provide the absolute path instead of a
Socorro repository link.

Signed-off-by: default avatarDaniel Markus <daniel.markus@leica-geosystems.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent 0c48853e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment