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

[dak/master] Use the new script in dinstall



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

diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions
index 567516d..4f3932d 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() {
-- 
1.5.6.5


Reply to: