Re: [PATCH] debuginfod: Add Ubuntu's debuginfod service to the list.
Pushed, thanks for the server! Martin On 9/15/22 03:26, Sergio Durigan Junior via Elfutils-devel wrote: > Signed-off-by: Sergio Durigan Junior > --- > Debuginfod.html | 8 > 1 file changed, 8 insertions(+) > > diff --git a/Debuginfod.html b/Debuginfod.html > index 64fef86c..71bc7c9b 100644 > --- a/Debuginfod.html > +++ b/Debuginfod.html > @@ -170,6 +170,14 @@ >all > > > +https://debuginfod.ubuntu.com/ > + href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2022-September/001320.html";>official > + sergi...@ubuntu.com > + https://debian.org/";> href="https://releases.ubuntu.com/";>Support Ubuntu releases > + all > + all > + > + > > >
[Bug debuginfod/29574] New: debuginfod: allow recursive scanning of archives
https://sourceware.org/bugzilla/show_bug.cgi?id=29574 Bug ID: 29574 Summary: debuginfod: allow recursive scanning of archives Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: nolange79 at gmail dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Hello, we organize our build in .tar.xz archives, and pack several of them (and some meta-info) into zip archives for releases. The idea would be to just direct debuginfod to the folder of those archives, ex.: debuginfod -G -F -Z .xz -Z .zip PATH_TO_ARCHIVES Unfortunally debuginfod does not recurse here. Perhaps add an Options to either add max recursion depth, or maybe add '-z .zip' to denote that this is not the last layer. This functionality probably already exists, given that .dep has already tars stuck in ar. -- You are receiving this mail because: You are on the CC list for the bug.