run the logs.py script
Signed-off-by: Joerg Jaspert <joerg@debian.org>
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
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"