From: Joerg Jaspert Date: Sun, 11 Jul 2010 21:40:05 +0000 (+0200) Subject: Use the new script in dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=18e9d83149f4465cb715a60da3f3d92dbabb2254;p=dak.git Use the new script in dinstall Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 567516d7..4f3932dc 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -199,7 +199,8 @@ function packages() { log "Generating Packages and Sources files" cd $configdir GZIP='--rsyncable' ; export GZIP - apt-ftparchive generate apt.conf + #apt-ftparchive generate apt.conf + dak generate-packages-sources } function pdiff() {