[dak/master] Added queue to 822 output
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
---
ChangeLog | 2 ++
dak/queue_report.py | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8db2663..06516cc 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 097631d..ea0802a 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")
--
1.5.6.5
Reply to: