qa/bugzillaChecker.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit aaba5c44f67b65a48b1a478b0ee072233085d25f Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Tue Aug 7 20:37:02 2018 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Tue Aug 7 20:37:30 2018 +0200 QA: narrow down the bugs where metabug is not added diff --git a/qa/bugzillaChecker.py b/qa/bugzillaChecker.py index 1d747bd..dfdf226 100755 --- a/qa/bugzillaChecker.py +++ b/qa/bugzillaChecker.py @@ -327,7 +327,8 @@ def analyze_bugzilla_checkers(statList, bugzillaData, cfg): if movedToNeedInfo and everConfirmed: util_add_to_result(lResults, 'moved_to_needinfo', movedToNeedInfoValue) - if movedToNew and not row['blocks']: + if movedToNew and row['component'] != 'Documentation' and 'needsUXEval' not in rowKeywords\ + and 'regression' not in rowKeywords and not row['blocks']: util_add_to_result(lResults, 'metabug_not_added', movedToNewValue) if not versionChanged and movedToNew and not autoConfirmed and row['severity'] != 'enhancement' and \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits