X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=afa2571074eb82bb34e752380a3cb592b9126006;hb=0d80b258098ff470433efa4d9c1f81b404883195;hp=fcbb14911e742e3d491534e8e8fb6f6901683342;hpb=eeabc3d5a3edaccfdbdbfe48caeb7d0a1c302828;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"