[Libreoffice-commits] dev-tools.git: scripts/regression-hotspots.py
Robinson Tryon
qubit at runcibility.com
Tue Nov 19 09:34:26 PST 2013
scripts/regression-hotspots.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 92d8069822712640c8c638b7e1be8a5d097f45af
Author: Robinson Tryon <qubit at runcibility.com>
Date: Sun Nov 17 00:55:06 2013 -0500
regression-hotspots: bugs.freedesktop.org -> bugs.libreoffice.org
Bugzilla Migration
Change-Id: I18fc95ad85635b0932b1bbf57c867e6273669b02
Reviewed-on: https://gerrit.libreoffice.org/6700
Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
diff --git a/scripts/regression-hotspots.py b/scripts/regression-hotspots.py
index afb22fc..7431b0a 100755
--- a/scripts/regression-hotspots.py
+++ b/scripts/regression-hotspots.py
@@ -14,7 +14,7 @@ from urllib.request import urlopen, URLError
from io import BytesIO
def get_fixed_regression_bugs():
- url = 'https://bugs.freedesktop.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&bug_status=NEEDINFO&bug_status=PLEASETEST&columnlist=&keywords=regression%2C%20&keywords_type=allwords&limit=0&list_id=354018&product=LibreOffice&query_format=advanced&resolution=FIXED&ctype=csv&human=0'
+ url = 'https://bugs.libreoffice.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&bug_status=NEEDINFO&bug_status=PLEASETEST&columnlist=&keywords=regression%2C%20&keywords_type=allwords&limit=0&list_id=354018&product=LibreOffice&query_format=advanced&resolution=FIXED&ctype=csv&human=0'
try:
resp = urlopen(url)
except URLError:
More information about the Libreoffice-commits
mailing list