Re: [PATCH] add support for ipkg to the debuginfod.cxx

2020-12-21 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > added support for ipkg to the debuginfod scanner. 0.182 only > supports RPM and scan .debs, this patch enables debuginfod scanner > to scan .ipk It would be really helpful to have a small .ipk sample file we could put into the elfutils testsuite, unless they are identical to .deb format.

[PATCH] add support for ipkg to the debuginfod.cxx

2020-12-21 Thread dorindabassey via Elfutils-devel
added support for ipkg to the debuginfod scanner. 0.182 only supports RPM and scan .debs, this patch enables debuginfod scanner to scan .ipk Signed-off-by: dorindabassey --- debuginfod/debuginfod.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debuginfod/debuginfod.cxx b/debuginfod/de