]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall
authorJoerg Jaspert <joerg@debian.org>
Tue, 16 Dec 2008 21:38:48 +0000 (22:38 +0100)
committerJoerg Jaspert <joerg@debian.org>
Tue, 16 Dec 2008 21:38:48 +0000 (22:38 +0100)
run the logs.py script

Signed-off-by: Joerg Jaspert <joerg@debian.org>
ChangeLog
config/debian/cron.dinstall

index 1db58f60a1eeed5e1754ecbc40c66c65c70f1a94..f3f16af378b09fab6a0dd74fd85357422e9b2390 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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
index fcbb14911e742e3d491534e8e8fb6f6901683342..70001b4dcccda44d3f2ceebcf29168f36f73f19e 100755 (executable)
@@ -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"