Drop the filtering out of modules

Staging supports them now and if they don't we can now configure this
in the configuration file for staging anyway.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-11-20 17:16:17 +01:00
parent 94d17b2c05
commit 69edb448be

View file

@ -529,12 +529,6 @@ class DistgitBugzillaSync:
poc=poc,
watchers=pagure_namespace_to_cc[namespace][name],
))
# if self.env["environment"] == 'staging':
# # Filter out any modules, since we don't have rights to create new
# # components in the "Fedora Modules" project yet
# self.pagure_projects = [
# p for p in self.pagure_projects if p['namespace'] != 'modules'
# ]
def add_branches_product_and_summary(self):
""" For each project retrieved this method adds branches, products