X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fqueue_report.py;h=ce88d09ffc235acd4f9531dad344cf896bf7261e;hb=553d3871ae6811f2b2040c309ee15ef34ec7fb0a;hp=097631d68fc2424598bc954958f715b04cabcbae;hpb=0bcdc1c91b4204ba798387d4ecfe61e0abe95b2d;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index 097631d6..ce88d09f 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") @@ -533,6 +534,7 @@ def main(): if not directories: directories = [ "byhand", "new" ] + f = None if Cnf.has_key("Queue-Report::Options::822"): # Open the report file f = open(Cnf["Queue-Report::ReportLocations::822Location"], "w")