X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=dak%2Fqueue_report.py;h=862a6d20ebb8a431ebc4bfc8288c721f852cde65;hb=fb6b2db21c6a2e8d73e4c538e012f139b63f3f2a;hp=bc68b261612eb23a865989305e92aa20992309fe;hpb=63a427fc0ba807b13efc1366d294a5787b9dd2a6;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index bc68b261..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)