X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fqueue_report.py;h=862a6d20ebb8a431ebc4bfc8288c721f852cde65;hb=b92562632a64ec38e785278212e43f47c9a0dfef;hp=cb2b93904a974d5800be5b2a0e6689cecd27b198;hpb=3262ca150aab7bd3f0616432f7e187a2d11b7a0c;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index cb2b9390..862a6d20 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -179,6 +179,7 @@ def header(): Debian NEW and BYHAND Packages @@ -246,8 +248,8 @@ def table_header(type, source_count, total_count): print "

Summary for: %s

" % (type) print "

Summary for: binary-%s only

" % (type) print """ +

Click to toggle all/binary-NEW packages

-

Click to toggle all/binary-NEW packages

""" print "Package count in %s: %s |  Total Package count: %s" % (type, source_count, total_count) @@ -314,7 +316,7 @@ def table_row(source, version, arch, last_mod, maint, distribution, closes, fing if sponsor: try: (login, domain) = sponsor.split("@", 1) - print "Sponsor: %s@debian.org
" % (utils.html_escape(login), utils.html_escape(login)) + print "Sponsor: %s@debian.org
" % (utils.html_escape(login), utils.html_escape(login)) except Exception as e: pass