]> git.decadent.org.uk Git - dak.git/commitdiff
Added queue to 822 output
authorMichael Casadevall <sonicmctails@gmail.com>
Wed, 24 Dec 2008 00:46:33 +0000 (19:46 -0500)
committerMichael Casadevall <sonicmctails@gmail.com>
Wed, 24 Dec 2008 00:46:33 +0000 (19:46 -0500)
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
ChangeLog
dak/queue_report.py

index 8db26638a29dce978067cd521a098419e3f94edc..06516ccd498e482611fae23843e0a852524bfea5 100644 (file)
--- 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
index 097631d68fc2424598bc954958f715b04cabcbae..ea0802a8a6476630f288e0d109c1d71462753a0a 100755 (executable)
@@ -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")