summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobinson Tryon <qubit@runcibility.com>2013-11-17 00:55:06 -0500
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-11-19 11:34:08 -0600
commit92d8069822712640c8c638b7e1be8a5d097f45af (patch)
tree34289a3d8ebe8c4c87ba95f289b47a42234a487b
parent09473aea277d9b6b5096df4c569fe45d175dcbe7 (diff)
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@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
-rwxr-xr-xscripts/regression-hotspots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/regression-hotspots.py b/scripts/regression-hotspots.py
index afb22fc5..7431b0ae 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: