From 7b52619636247991ec6363e3a389c44983d59cfc Mon Sep 17 00:00:00 2001 From: Christoph Goehre Date: Sat, 28 Jun 2008 19:03:08 +0200 Subject: use '--db' in apt-ftparchive run The usage of --db speed up the Package generation. Debian Bug 225483. Thanke to Joey Hess --- mini-dinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini-dinstall b/mini-dinstall index 955b642..258dde3 100755 --- a/mini-dinstall +++ b/mini-dinstall @@ -1050,7 +1050,7 @@ class ArchiveDirIndexer(threading.Thread): return apply(os.path.join, [self._name] + list(args)) def _make_indexfile(self, dir, type, name): - cmdline = ['apt-ftparchive', type, dir] + cmdline = ['apt-ftparchive', type, dir, '--db', '%s.db' %dir] self._logger.debug("Running: " + string.join(cmdline, ' ')) if no_act: return -- cgit v1.2.3