From: Ansgar Burchardt Date: Tue, 17 Mar 2015 22:50:23 +0000 (+0100) Subject: queue-report: use tracker.debian.org instead of packages.qa.d.o X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=177586b9b47d8092a2cb1f4c83f254a641d00567 queue-report: use tracker.debian.org instead of packages.qa.d.o --- 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))