From: Joerg Jaspert Date: Thu, 17 Dec 2009 18:26:16 +0000 (+0100) Subject: Merge remote branch 'bdefreese/barry_fix_new' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=62edab0e5b8e6290e0cc0dd3186084142e5e0b82;hp=10c17d5eae74de91497ce5b7e88389051f4f334c;p=dak.git Merge remote branch 'bdefreese/barry_fix_new' into merge * bdefreese/barry_fix_new: Fix barry breaking new.html Signed-off-by: Joerg Jaspert --- diff --git a/dak/queue_report.py b/dak/queue_report.py index 6843bdd7..f1d80565 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -504,7 +504,7 @@ def process_changes_files(changes_files, type, log): source_count = len(per_source_items) table_header(type.upper(), source_count, total_count) for entry in entries: - (source, version_list, arch_list, note, last_modified, maint, distribution, closes, fingerprint, sponsor, changedby, undef) = entry + (source, binary, version_list, arch_list, note, last_modified, maint, distribution, closes, fingerprint, sponsor, changedby, undef) = entry table_row(source, version_list, arch_list, time_pp(last_modified), maint, distribution, closes, fingerprint, sponsor, changedby) table_footer(type.upper()) elif not Cnf.has_key("Queue-Report::Options::822"): @@ -513,7 +513,7 @@ def process_changes_files(changes_files, type, log): msg = "" for entry in entries: - (source, version_list, arch_list, note, last_modified, undef, undef, undef, undef, undef, undef, undef) = entry + (source, binary, version_list, arch_list, note, last_modified, undef, undef, undef, undef, undef, undef, undef) = entry msg += format % (source, version_list, arch_list, note, time_pp(last_modified)) if msg: