X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian%2Fcron.dinstall;h=42c48bc9615008757a9e2bf6be0879650c830df2;hb=be5e4c91790753c745e21f16c08f4169786da5cb;hp=403a03fdf96c4d61a5e0a96eb7b1ac7acb4eaa0a;hpb=39966b85a2c970e5be7b991f9bc643a465a78e84;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 403a03fd..42c48bc9 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 | bzip2 -9 > $base/ftp/indices/package-file.map.bz2 +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