summaryrefslogtreecommitdiffstats
path: root/bin/tracker_service.py
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2019-09-18 12:26:18 +0800
committerPaul Wise <pabs@debian.org>2019-09-18 12:26:18 +0800
commit601834f44fe7fd0f94cbd2577ca7e00c7531298a (patch)
tree569ceb12fee9c22f0f7824f4d9a2438380d57a6e /bin/tracker_service.py
parent8ede72e16e4da45db255624397e29f21a6925687 (diff)
Switch all bugzilla.novell.com URLs to bugzilla.suse.com
The novell.com address is historical and deprecated. Requested-by: Alexandros Toptsoglou <atoptsoglou@suse.com> Requested-in: <a3bc5c9f-d52d-a79d-e1da-6a6484cee9ea@suse.com>
Diffstat (limited to 'bin/tracker_service.py')
-rwxr-xr-xbin/tracker_service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tracker_service.py b/bin/tracker_service.py
index 6484415387..9f45dab8a8 100755
--- a/bin/tracker_service.py
+++ b/bin/tracker_service.py
@@ -1545,7 +1545,7 @@ Debian bug number.'''),
def url_gentoo_bug(self, url, name):
return url.absolute("https://bugs.gentoo.org/show_bug.cgi", id=name)
def url_suse_bug(self, url, name):
- return url.absolute("https://bugzilla.novell.com/show_bug.cgi",
+ return url.absolute("https://bugzilla.suse.com/show_bug.cgi",
id=name)
def url_suse_cve(self, url, name):
return url.absolute("https://www.suse.com/security/cve/%s/" % name)

© 2014-2024 Faster IT GmbH | imprint | privacy policy