From 177586b9b47d8092a2cb1f4c83f254a641d00567 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Tue, 17 Mar 2015 23:50:23 +0100 Subject: [PATCH] queue-report: use tracker.debian.org instead of packages.qa.d.o --- dak/queue_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/queue_report.py b/dak/queue_report.py index 422672b7..d2c8d790 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -300,7 +300,7 @@ def table_row(source, version, arch, last_mod, maint, distribution, closes, fing if "sourceNEW" in trclass: print "%s" % (source) else: - print "%(source)s" % {'source': source} + print "%(source)s" % {'source': source} print "" for vers in version.split(): print "%s
" % (source, utils.html_escape(vers), utils.html_escape(vers)) -- 2.39.2