Map dist-git namespaces to pdc types.

This commit is contained in:
Ralph Bean 2017-08-17 15:20:54 +00:00
parent d39f09af12
commit a6de3a1d20

View file

@ -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