Re: [PATCH] Complete PR25797 by modifying * debuginfod-client.c : check scheme instead of effective url so that user may abbreviate DEBUGINFOD_URL * tests/run-debuginfod-find.sh : add one test for sch

2020-06-29 Thread Mark Wielaard
Hi Alice, On Mon, 2020-06-29 at 09:47 -0400, Alice Zhang via Elfutils-devel wrote: > Signed-off-by: Alice Zhang > --- > debuginfod/debuginfod-client.c | 17 - > tests/run-debuginfod-find.sh | 6 ++ > 2 files changed, 14 insertions(+), 9 deletions(-) The commit message is

[PATCH] Complete PR25797 by modifying * debuginfod-client.c : check scheme instead of effective url so that user may abbreviate DEBUGINFOD_URL * tests/run-debuginfod-find.sh : add one test for scheme

2020-06-29 Thread Alice Zhang via Elfutils-devel
Signed-off-by: Alice Zhang --- debuginfod/debuginfod-client.c | 17 - tests/run-debuginfod-find.sh | 6 ++ 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/debuginfod/debuginfod-client.c b/debuginfod/debuginfod-client.c index c2aa4e10..3764b5f2 100644 --- a/d

[Bug debuginfod/25797] DEBUGINFOD_URLS should accept scheme-free urls

2020-06-29 Thread alizhang at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25797 Alice Zhang changed: What|Removed |Added CC||alizhang at redhat dot com As