[Libreoffice-commits] dev-tools.git: qa/bugzillaAutomation.py
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon May 13 18:06:23 UTC 2019
qa/bugzillaAutomation.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 71b8e958e2ed26596440320936f63594697ff7db
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Mon May 13 19:56:16 2019 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Mon May 13 19:56:41 2019 +0200
QA: remove duplicate variable
diff --git a/qa/bugzillaAutomation.py b/qa/bugzillaAutomation.py
index 669b2ca..aae68c4 100755
--- a/qa/bugzillaAutomation.py
+++ b/qa/bugzillaAutomation.py
@@ -22,9 +22,6 @@ needInfoFollowUpPingPeriodDays = 30
needsCommentPeriodDays = 14
-#Path to addObsolete.txt
-addObsoleteDir = '/home/xisco/dev-tools/qa'
-
def util_create_statList():
return {
'tags':
@@ -217,7 +214,7 @@ def automated_tagging(statList):
print('== Obsolete comments ==')
lAddObsolete = []
- filename = addObsoleteDir + "addObsolete.txt"
+ filename = common.configDir + "addObsolete.txt"
if os.path.exists(filename):
f = open(filename, 'r')
lAddObsolete = f.read().splitlines()
More information about the Libreoffice-commits
mailing list