Re: PATCH: PR27784 debuginfod: notify interactive clients one time about usage

2021-05-06 Thread Mark Wielaard
Hi Frank, On Wed, May 05, 2021 at 04:20:36PM -0400, Frank Ch. Eigler wrote: > OK, how about this? I like this a lot better than doing it in the library code. Maybe the notify_p file should be stored under ${XDG_CONFIG_HOME-$HOME/.config} instead, because it isn't really a cache file. And maybe s

Re: PATCH: PR27784 debuginfod: notify interactive clients one time about usage

2021-05-05 Thread Frank Ch. Eigler via Elfutils-devel
Hi - OK, how about this? diff --git a/config/profile.sh.in b/config/profile.sh.in index aa228a0dcd16..aec9e7df30f3 100644 --- a/config/profile.sh.in +++ b/config/profile.sh.in @@ -1,4 +1,18 @@ if [ -n "@DEBUGINFOD_URLS@" ]; then - DEBUGINFOD_URLS="${DEBUGINFOD_URLS-}${DEBUGINFOD_URLS:+ }

Re: PATCH: PR27784 debuginfod: notify interactive clients one time about usage

2021-05-03 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > I cannot say I am a fan of the library being the one to do this check, > especially not with the sleep (3) in it. It's a clumsy compromise, yes, but it is a one-time thing that only humans should see, and only once. > It also is not really accurate, it only shows the debuginfod server >

Re: PATCH: PR27784 debuginfod: notify interactive clients one time about usage

2021-05-03 Thread Mark Wielaard
Hi Frank, On Thu, 2021-04-29 at 14:44 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > Another request from fedora fesco. (I don't have anything else on > the queue for the next elfutils release.) > > commit be5ebebb1f12134b673c5b8cbede62390d077b0d > Author: Frank Ch. Eigler > Date: Thu Ap

PATCH: PR27784 debuginfod: notify interactive clients one time about usage

2021-04-29 Thread Frank Ch. Eigler via Elfutils-devel
Hi - Another request from fedora fesco. (I don't have anything else on the queue for the next elfutils release.) commit be5ebebb1f12134b673c5b8cbede62390d077b0d Author: Frank Ch. Eigler Date: Thu Apr 29 14:34:06 2021 -0400 PR27784 debuginfod: notify interactive clients one time about usa