X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fqueue_report.py;h=e2d8578b8865a902ff32a308b52af97743b050c1;hb=01496fe710b21e3922ef7b6f3ffa74f2b697b34d;hp=fc68cb0bf96e7a2fd4ece11cc4f609a9a7cfaca0;hpb=9c2d1d802acabe9907b1af8d4db7a5556cbe7394;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index fc68cb0b..e2d8578b 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -236,11 +236,12 @@ def footer(): """ def table_header(type, source_count, total_count): - print "

Summary for: %s

" % (type) + print "

Summary for: %s

" % (type) + print "

Summary for: binary-%s only

" % (type) print """

Click to toggle all/binary-NEW packages

- " % (source) print "" print "" % (arch) print "
+ """ print "Package count in %s: %s |  Total Package count: %s" % (type, source_count, total_count) print """ @@ -285,7 +286,7 @@ def table_row(source, version, arch, last_mod, maint, distribution, closes, fing print "
%s" for vers in version.split(): - print "%s
" % (source, utils.html_escape(vers), utils.html_escape(vers)) + print "%s
" % (source, utils.html_escape(vers), utils.html_escape(vers)) print "
%s"