From be5e4c91790753c745e21f16c08f4169786da5cb Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 3 Feb 2009 22:20:42 +0100 Subject: [PATCH] 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 --- config/debian/cron.dinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2