From 69edb448beb8364b090e200023e1a0c36bd8fb1a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 20 Nov 2019 17:16:17 +0100 Subject: [PATCH] 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 --- distgit_bugzilla_sync/script.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/distgit_bugzilla_sync/script.py b/distgit_bugzilla_sync/script.py index 8f1652f..68629a4 100644 --- a/distgit_bugzilla_sync/script.py +++ b/distgit_bugzilla_sync/script.py @@ -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