提交 bc6ac306 编写于 作者: J Joerg Jaspert

Merge commit 'ncomm/master' into merge

* commit 'ncomm/master':
  Added Last-Modified field for QA team
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
......@@ -2,6 +2,10 @@
* dak/override.py (main): Handle source-only packages better
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
......
......@@ -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(":")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册