From 1e8987340713284e52630867b4700ea45b45640b Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 30 Mar 2021 16:40:43 -0400 Subject: [PATCH] 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. --- roles/openshift-apps/debuginfod/templates/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml b/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml index 17c9691807..b2c4dcf2ee 100644 --- a/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml +++ b/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml @@ -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: