debuginfod: drop f33 & f34 from index, prepare for f40+

Tweak the -I/-X regex.
This commit is contained in:
Frank Ch. Eigler 2023-05-01 13:22:47 -04:00 committed by kevin
parent 08a4169fbf
commit 152c7f3d99

View file

@ -2,7 +2,7 @@
DEBUGINFOD_PORT="8002"
#DEBUGINFOD_VERBOSE="-vv"
DEBUGINFOD_PATHS="--fdcache-mintmp=15 --fdcache-mbs=8192 --fdcache-fds=2048 --fdcache-prefetch-mbs=4096 --fdcache-prefetch-fds=1024 -t43200 -g604800 -C20 -c6 -vv -r -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(33|34|35|36|37|38|39)[.+].*\.rpm"
DEBUGINFOD_PATHS="--fdcache-mintmp=15 --fdcache-mbs=8192 --fdcache-fds=2048 --fdcache-prefetch-mbs=4096 --fdcache-prefetch-fds=1024 -t43200 -g604800 -C20 -c6 -vv -r -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