summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2020-04-21 17:11:18 -0400
committerFrank Ch. Eigler <fche@redhat.com>2020-04-21 18:09:26 -0400
commita68e12bfe531ed21bf9e5a5444f990bb3cb1247c (patch)
treee1cdfde4e928e71fdd62ba619c4abe3647a177f7 /config
parentd6185d33fb2a65b4c3cbc73c5529937debdd2568 (diff)
downloadelfutils-a68e12bfe531ed21bf9e5a5444f990bb3cb1247c.tar.gz
debuginfod sysconfig: add /var/lib/pulp as default search path
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>
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/debuginfod.sysconfig2
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index b5cc1da5..c3b5684a 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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
diff --git a/config/debuginfod.sysconfig b/config/debuginfod.sysconfig
index c56bcf3f..44603874 100644
--- a/config/debuginfod.sysconfig
+++ b/config/debuginfod.sysconfig
@@ -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;'"