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

dinstall

run the logs.py script
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 faf17643
2008-12-16 Joerg Jaspert <joerg@debian.org>
* config/debian/cron.dinstall: Run logs.py as last command before
we mail the log.
* tools/logs.py: Added script from Thomas.
Modifications from me:
- Use path entries that fit ftpmaster dak user
......
......@@ -338,6 +338,8 @@ ts "logremove"
echo "Finally, all is done, sending mail and compressing logfile"
exec > /dev/null 2>&1
$base/tools/logs.py "$LOGFILE"
cat "$LOGFILE" | mail -s "Log for dinstall run of ${NOW}" cron@ftp-master.debian.org
bzip2 -9 "$LOGFILE"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册