debuginfod /etc/sysconfig: include fcNNappXX flatpak-bound RPMs
These are legitimate RPMs that are wrapped into flatpaks. Previous debuginfod regex excluded the "appXX" variant builds; this includes them. Yeah, the index becomes bigger but bearable on the current servers.
This commit is contained in:
parent
23d71ae40f
commit
5fe5b189f1
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
DEBUGINFOD_PORT="8002"
|
||||
#DEBUGINFOD_VERBOSE="-vv"
|
||||
|
||||
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"
|
||||
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.)[.+a].*\.rpm"
|
||||
# include module and flatpak builds f35 onward
|
||||
|
||||
# to age old fedoras, change the -I regex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue