[Libreoffice-commits] dev-tools.git: qa/bugzillaChecker.py
Xisco Fauli
xiscofauli at libreoffice.org
Mon Apr 16 14:54:42 UTC 2018
qa/bugzillaChecker.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 47bdd51c340083d0afbde0b60e81f6c084fe95a3
Author: Xisco Fauli <xiscofauli at libreoffice.org>
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
More information about the Libreoffice-commits
mailing list