summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2
index e3f69d274..e2077d336 100644
--- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2
+++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2
@@ -125,6 +125,11 @@ PRODUCTS_TO_LEAD_BRANCH = {
# If epel7 is retired, then all new epel bugs go to orphan.
'Fedora EPEL': 'epel7',
}
+PDC_TYPES = {
+ 'rpms': 'rpm',
+ 'modules': 'module',
+ 'container': 'container',
+}
# When querying for current info, take segments of 1000 packages a time