qa/bugzillaChecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 47bdd51c340083d0afbde0b60e81f6c084fe95a3 Author: Xisco Fauli <[email protected]> Date: Mon Apr 16 16:53:08 2018 +0200 QA: minor change diff --git a/qa/bugzillaChecker.py b/qa/bugzillaChecker.py index 3211b37..27f58c2 100755 --- a/qa/bugzillaChecker.py +++ b/qa/bugzillaChecker.py @@ -202,7 +202,7 @@ def analyze_bugzilla_checkers(statList, bugzillaData, cfg): if addedStatus == 'NEW' and rowStatus == 'NEW' and row['product'] == 'LibreOffice' and \ row['severity'] != 'enhancement' and \ ('regression' not in rowKeywords and 'bisected' not in rowKeywords and \ - 'haveBacktrace' not in rowKeywords) and row['component'] != 'Documentation' and \ + 'easyHack' not in rowKeywords) and row['component'] != 'Documentation' and \ actionMail not in cfg['configQA']['ignore']['confirmer'] and \ (rowVersion.startswith(versionsToCheck) or rowVersion == 'unspecified'): movedToNew = True _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
