]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
control-suite
[dak.git] / config / debian / cron.dinstall
index 70001b4dcccda44d3f2ceebcf29168f36f73f19e..dbfcd1bb42a33ffe44957f229cd97fbe1f016182 100755 (executable)
@@ -91,6 +91,8 @@ ts "o-p-u-new"
 
 ################################################################################
 
+# Temporary until lenny is there
+dak control-suite -s lenny-r0 /srv/ftp.debian.org/misc/lenny-r0.txt
 
 echo "Synchronizing i18n package descriptions"
 # First sync their newest data
@@ -256,6 +258,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,7 +343,7 @@ ts "logremove"
 echo "Finally, all is done, sending mail and compressing logfile"
 exec > /dev/null 2>&1
 
-$base/tools/logs.py "$LOGFILE"
+$masterdir/tools/logs.py "$LOGFILE"
 
 cat "$LOGFILE" | mail -s "Log for dinstall run of ${NOW}" cron@ftp-master.debian.org
 bzip2 -9 "$LOGFILE"