[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Added Last-Modified field for QA team



Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
---
 ChangeLog           |    4 ++++
 dak/queue_report.py |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 06516cc..cf93ce7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-26  Michael Casadevall <sonicmctails@gmail.com>
+
+       * dak/queue_report.py - Added Last Modified in asctime() for QA team
+
 2008-12-23  Michael Casadevall <sonicmctails@gmail.com>
 
         * dak/queue_report.py - Added 822 output format
diff --git a/dak/queue_report.py b/dak/queue_report.py
index ce88d09..04ddaed 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("Last-Modified: " + time.asctime(time.time() - last_modified) + "\n")
             log.write("Queue: " + type + "\n")
 
             (name, mail) = maint.split(":")
-- 
1.5.6.5


Reply to: