debuginfod: also index modular build rpms

After consulting with Owen Taylor, this should be not much
extra effort, and may bring fedora-flatpak users joy.
This commit is contained in:
Frank Ch. Eigler 2021-03-30 16:40:43 -04:00 committed by fche
parent 8f6580d379
commit 1e89873407

View file

@ -36,7 +36,7 @@ spec:
# exclude signed etc. variants, just want original RPMs
"-X", "/data/",
"-R", "/mnt/koji/packages",
"-I", "\\.fc(32|33|34|35)\\..*\\.rpm$"]
"-I", "\\.(module_f|fc)(32|33|34|35)[.+].*\\.rpm$"]
ports:
- containerPort: 8002
resources: