[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] cron.dinstall



<Ganneff> now
<Ganneff> one would think its helpful to not only output this into the logfile of dinstall
<Ganneff> but actually redirect it somewhere
<weasel> you think?
<Ganneff> maybe you want to parse our log instead?
<weasel> :)
<Ganneff> $base/ftp/indices/package-file.map that it will end up as
<weasel> .bz2
<Ganneff> always those wishes

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/cron.dinstall |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 6ade212..42c48bc 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
-- 
1.5.6.5


Reply to: