[Secure-testing-commits] r58188 - bin
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Fri Dec 1 18:18:45 UTC 2017
Author: carnil
Date: 2017-12-01 18:18:45 +0000 (Fri, 01 Dec 2017)
New Revision: 58188
Modified:
bin/tracker_service.py
Log:
tracker_service: use sources.debian.org rather sources.debian.net
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2017-12-01 17:28:02 UTC (rev 58187)
+++ bin/tracker_service.py 2017-12-01 18:18:45 UTC (rev 58188)
@@ -1571,7 +1571,7 @@
return url.absolute("https://bugs.debian.org/cgi-bin/pkgreport.cgi",
pkg=debian)
def url_source_code(self, url, package):
- return url.absolute("https://sources.debian.net/src/%s/" % package)
+ return url.absolute("https://sources.debian.org/src/%s/" % package)
def url_pts(self, url, package):
return url.absolute("https://tracker.debian.org/pkg/%s" % package)
def url_testing_status(self, url, package):
More information about the Secure-testing-commits
mailing list