]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
cron.dinstall
[dak.git] / config / debian / cron.dinstall
index afa2571074eb82bb34e752380a3cb592b9126006..42c48bc9615008757a9e2bf6be0879650c830df2 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
@@ -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"