From 152c7f3d99ac11ebdb0a05202ab4c04b4438abfd Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 1 May 2023 13:22:47 -0400 Subject: [PATCH] debuginfod: drop f33 & f34 from index, prepare for f40+ Tweak the -I/-X regex. --- files/debuginfod/sysconfig.debuginfod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/debuginfod/sysconfig.debuginfod b/files/debuginfod/sysconfig.debuginfod index 5229e1c741..907786c8bb 100644 --- a/files/debuginfod/sysconfig.debuginfod +++ b/files/debuginfod/sysconfig.debuginfod @@ -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