From a6de3a1d20230055d7b499bfdd5c0f65ecd3257a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 17 Aug 2017 15:20:54 +0000 Subject: Map dist-git namespaces to pdc types. --- roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit