esc-reporting/esc-analyze.py | 7 ------- 1 file changed, 7 deletions(-)
New commits: commit 252dd394b1df99035c80a3b3da9c53dac3bdaf86 Author: Xisco Fauli <[email protected]> Date: Mon Sep 18 10:43:28 2017 +0200 This code changes things in Bugzilla on my behalf and I don't like it. Removing it. The assigned issues are already covered by qa-tools diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py index 756de84..458178e 100755 --- a/esc-reporting/esc-analyze.py +++ b/esc-reporting/esc-analyze.py @@ -615,10 +615,7 @@ def analyze_reports(): automateList['gerrit']['to_abandon_abandon'] = {} automateList['gerrit']['to_abandon_comment'] = {} automateList['gerrit']['to_review'] = {} - automateList['bugzilla']['assign_problem_status'] = {} - automateList['bugzilla']['assign_problem_user'] = {} automateList['bugzilla']['missing_cc'] = {} - automateList['bugzilla']['missing_ui_cc'] = {} automateList['bugzilla']['remove_cc'] = {} automateList['bugzilla']['to_unassign_comment'] = {} automateList['bugzilla']['to_unassign_unassign'] = {} @@ -750,10 +747,6 @@ def analyze_reports(): automateList['bugzilla']['to_unassign_unassign'][key]= 0 else: automateList['bugzilla']['to_unassign_comment'][key] = 0 - if row['status'] == 'ASSIGNED' and (row['assigned_to'] == '' or row['assigned_to'] == '[email protected]'): - automateList['bugzilla']['assign_problem_status'][key] = 0 - if row['status'] != 'CLOSED' and row['status'] != 'ASSIGNED' and row['assigned_to'] != '' and row['assigned_to'] != '[email protected]': - automateList['bugzilla']['assign_problem_user'][key] = 0 if len(row['comments']) >= 5: statList['reportList']['too_many_comments'].append(key) if not '[email protected]' in row['cc']: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
