X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=6ade212b32d9ec07e0c7e20b77dced82d2af4c27;hb=115cce2bd25c16edee4e3dce96b8ac5deeb23846;hp=fcbb14911e742e3d491534e8e8fb6f6901683342;hpb=16f731a893f0ba036a995c25b8b5f3490394070e;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index fcbb1491..6ade212b 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -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 @@ -170,6 +172,10 @@ rm -f override.sid.all3 for i in main contrib non-free main.debian-installer; do cat override.sid.$i >> override.sid.all3; done ts "overrides" +# Generate package / file mapping +echo "Generating package / file mapping" +dak make-pkg-file-mapping +ts "pkg-file-mapping" # Generate Packages and Sources files echo "Generating Packages and Sources files" @@ -256,6 +262,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 +347,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"