Hi Frank, On Tue, 2023-10-10 at 16:37 -0400, Frank Ch. Eigler wrote: > commit e967988e419121cad1d7f40013a316059b1173f0 > Author: Frank Ch. Eigler <f...@redhat.com> > Date: Tue Oct 10 16:21:00 2023 -0400 > > PR30962: debuginfod: full paths for X-DEBUGINFOD-FILE/ARCHIVE response > headers > > Previous code was inconsistent in offering basename versus full > pathname for these headers. The documentation was not explicit on > this issue. We now simplify by always passing full names back, and > document this in the debuginfod.8 man page, along with pointers to > how to use proxy front-end servers to strip them if needed.
I think this makes sense, but it would be good to see an example of the paths this now exposes. Does this include the temporary dir that a file is extracted in? Does it really make sense to provide the full (absolute?) path of the archive a source file was found in? Cheers, Mark