From: Joerg Jaspert Date: Tue, 3 Feb 2009 21:20:42 +0000 (+0100) Subject: cron.dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=be5e4c91790753c745e21f16c08f4169786da5cb;p=dak.git cron.dinstall now one would think its helpful to not only output this into the logfile of dinstall but actually redirect it somewhere you think? maybe you want to parse our log instead? :) $base/ftp/indices/package-file.map that it will end up as .bz2 always those wishes Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 6ade212b..42c48bc9 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -174,7 +174,7 @@ ts "overrides" # Generate package / file mapping echo "Generating package / file mapping" -dak make-pkg-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