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:
parent
94d17b2c05
commit
69edb448be
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue