1da0c48c4Sopenharmony_ci#################
2da0c48c4Sopenharmony_ci# debuginfod command line options
3da0c48c4Sopenharmony_ci# see [man debuginfod]
4da0c48c4Sopenharmony_ci
5da0c48c4Sopenharmony_ci# required
6da0c48c4Sopenharmony_ciDEBUGINFOD_PORT="8002"
7da0c48c4Sopenharmony_ci
8da0c48c4Sopenharmony_ci# add more -v for more verbosity
9da0c48c4Sopenharmony_ciDEBUGINFOD_EXTRA_ARGS="-t43200 -F -R"
10da0c48c4Sopenharmony_ci
11da0c48c4Sopenharmony_ci# some common places to find trustworthy ELF/DWARF files and RPMs
12da0c48c4Sopenharmony_ciDEBUGINFOD_PATHS="/usr/lib/debug /usr/bin /usr/libexec /usr/sbin /usr/lib /usr/lib64 /var/cache/yum /var/cache/dnf /var/lib/pulp"
13da0c48c4Sopenharmony_ci
14da0c48c4Sopenharmony_ci# prefer sqlite database durability over performance
15da0c48c4Sopenharmony_ci#DEBUGINFOD_PRAGMAS="-D 'pragma synchronous=full;'"
16da0c48c4Sopenharmony_ci
17da0c48c4Sopenharmony_ci#################
18da0c48c4Sopenharmony_ci# these environment variables affect federated queries to upstream servers
19da0c48c4Sopenharmony_ci# see [man debuginfod-client-config]
20da0c48c4Sopenharmony_ci
21da0c48c4Sopenharmony_ci#DEBUGINFOD_URLS="http://secondhost:8002 http://thirdhost:8002"
22da0c48c4Sopenharmony_ci#DEBUGINFOD_TIMEOUT="5"
23da0c48c4Sopenharmony_ci#DEBUGINFOD_RETRY_LIMIT="2"
24da0c48c4Sopenharmony_ci#DEBUGINFOD_CACHE_DIR=""
25da0c48c4Sopenharmony_ci#DEBUGINFOD_VERBOSE="1"
26da0c48c4Sopenharmony_ci#DEBUGINFOD_PROGRESS="1"
27