This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debuginfod/25502] debuginfod client should default to XDG cache


https://sourceware.org/bugzilla/show_bug.cgi?id=25502

Aaron Merey <amerey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Aaron Merey <amerey at redhat dot com> ---
commit e93959021933a8d8cca8c9968b8ccf8f018d36cd
Author: Aaron Merey <amerey@redhat.com>
Date:   Thu Feb 27 18:10:01 2020 -0500

    debuginfod-client: default to XDG cache.

    PR25502: debuginfod client should default to XDG cache

    Location of client cache now defaults to $XDG_CACHE_HOME/debuginfod_client.
    If XDG_CACHE_HOME is not set then fallback to
$HOME/.cache/debuginfod_client.
    Also maintain backwards compatibility with the previous default path-
    if $HOME/.debuginfod_client_cache exists, use that instead of the new
    defaults.

    Signed-off-by: Aaron Merey <amerey@redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]