X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=afa2571074eb82bb34e752380a3cb592b9126006;hb=b07b1b8a998812133d4ef5348da78a5f4b3b239f;hp=fcbb14911e742e3d491534e8e8fb6f6901683342;hpb=16f731a893f0ba036a995c25b8b5f3490394070e;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index fcbb1491..afa25710 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -256,6 +256,9 @@ ts "reports" echo "Updating DM html page" $scriptsdir/dm-monitor >$webdir/dm-uploaders.html +echo "Categorizing uncategorized bugs filed against ftp.debian.org" +dak bts-categorize + ################################################################################ # Push katie@merkel so it syncs the projectb there. Returns immediately, the sync runs detached @@ -338,6 +341,8 @@ ts "logremove" echo "Finally, all is done, sending mail and compressing logfile" exec > /dev/null 2>&1 +$masterdir/tools/logs.py "$LOGFILE" + cat "$LOGFILE" | mail -s "Log for dinstall run of ${NOW}" cron@ftp-master.debian.org bzip2 -9 "$LOGFILE"