]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
debuginfod sysconfig: add /var/lib/pulp as default search path
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 21 Apr 2020 21:11:18 +0000 (17:11 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 21 Apr 2020 22:09:26 +0000 (18:09 -0400)
Red Hat Satellite 6 (pulp era) stores RPMs under this hierarchy, so if
a user is fortunate enough to have debuginfod on such a machine, we
might as well index that.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
config/ChangeLog
config/debuginfod.sysconfig

index b5cc1da56a164a37a613a8c6f180c0f5f3868032..c3b5684af83363b44b1b9ef9d02e20a2b41b7178 100644 (file)
@@ -1,3 +1,7 @@
+2020-04-21  Frank Ch. Eigler <fche@redhat.com>
+
+       * debuginfod.sysconfig (DEBUGINFOD_PATHS): Add /var/lib/pulp.
+
 2020-03-30  Mark Wielaard  <mark@klomp.org>
 
        * upload-release.sh: chmod uploaded dir and files to make them
index c56bcf3fc78a18f401c1275d193a2e34ffb7ee09..446038742baec6f999e482ab1a757ceef79ef29e 100644 (file)
@@ -3,7 +3,7 @@ DEBUGINFOD_PORT="8002"
 #DEBUGINFOD_VERBOSE="-v"
 
 # some common places to find trustworthy ELF/DWARF files and RPMs
-DEBUGINFOD_PATHS="-t43200 -F -R /usr/lib/debug /usr/bin /usr/libexec /usr/sbin /usr/lib /usr/lib64 /var/cache/yum /var/cache/dnf"
+DEBUGINFOD_PATHS="-t43200 -F -R /usr/lib/debug /usr/bin /usr/libexec /usr/sbin /usr/lib /usr/lib64 /var/cache/yum /var/cache/dnf /var/lib/pulp"
 
 # prefer reliability/durability over performance
 #DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"