From 0ddf48d28bcd76e301d1c8a87e5ae6e725701157 Mon Sep 17 00:00:00 2001 From: Michael Casadevall Date: Tue, 23 Dec 2008 19:46:33 -0500 Subject: [PATCH] Added queue to 822 output Signed-off-by: Michael Casadevall --- ChangeLog | 2 ++ dak/queue_report.py | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8db26638..06516ccd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ * dak/queue_report.py - Fixed display of BYHAND packages + * dak/queue_report.py - Added queue field + * config/debian/dak.conf - Added 822 output location * dak/process_accepted.py - Added orig.tar.gz copying when going 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") -- 2.39.5