X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fqueue_report.py;h=ea0802a8a6476630f288e0d109c1d71462753a0a;hb=0ddf48d28bcd76e301d1c8a87e5ae6e725701157;hp=097631d68fc2424598bc954958f715b04cabcbae;hpb=0bcdc1c91b4204ba798387d4ecfe61e0abe95b2d;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index 097631d6..ea0802a8 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -450,6 +450,7 @@ def process_changes_files(changes_files, type, log): log.write("Architectures: ") log.write( (", ".join(arch_list.split(" "))) + "\n") log.write("Age: " + time_pp(last_modified) + "\n") + log.write("Queue: " + type + "\n") (name, mail) = maint.split(":") log.write("Maintainer: " + name + " <"+mail+">" + "\n")