From 26117e414444868c3c6d49b90f3616cbe5e6b707 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 3 Aug 2010 18:23:04 -0500 Subject: [PATCH] Don't restrict the search to the Fedora product, as this misses EPEL. --- scripts/process-git-requests/process-git-requests | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests index 837573f..e063447 100755 --- a/scripts/process-git-requests/process-git-requests +++ b/scripts/process-git-requests/process-git-requests @@ -158,7 +158,6 @@ def run_query(bz): 'alias', 'assigned_to', 'reporter', 'bug_status', 'resolution', 'component', 'blockedby', 'dependson', 'short_desc', 'status_whiteboard', 'flag_types'] - querydata['product'] = ['Fedora'] querydata['field0-0-0'] = 'flagtypes.name' querydata['type0-0-0'] = 'equals'