debuginfod vms: update to f42, enable --cors
elfutils 0.193 (stable on f42) brings a new --cors option, which lets third-party webapps safely fetch debuginfo from these servers
This commit is contained in:
parent
47f297297b
commit
6564f8a21c
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
DEBUGINFOD_PORT="8002"
|
||||
#DEBUGINFOD_VERBOSE="-vv"
|
||||
|
||||
DEBUGINFOD_PATHS="--fdcache-mintmp=15 --fdcache-mbs=100000 --fdcache-prefetch-fds=1024 -t43200 -g604800 -C20 -c6 -vv -r --koji-sigcache -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(35|36|37|38|39|4.)[.+].*\.rpm"
|
||||
DEBUGINFOD_PATHS="--cors --fdcache-mintmp=15 --fdcache-mbs=100000 --fdcache-prefetch-fds=1024 -t43200 -g604800 -C20 -c6 -vv -r --koji-sigcache -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(35|36|37|38|39|4.)[.+].*\.rpm"
|
||||
|
||||
# to age old fedoras, change the -I regex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue