summaryrefslogtreecommitdiffstats
path: root/bin
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
commitb37757a5658d6f141d207fea480539abf366924e (patch)
tree2e72163addd1684f49371027eb3f39707c38f3a4 /bin
parentfb2116d784b52215fde0952dff9b46f838dc542e (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')
-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