]> git.saurik.com Git - apt.git/commit
use dpkg --unpack --recursive to avoid long cmdlines
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 9 Jun 2016 09:48:16 +0000 (11:48 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 10 Aug 2016 21:18:04 +0000 (23:18 +0200)
commitf495992428a396e0f98886c9a761a804aa161c68
tree62eb14d4f43d56b53afae7825f35c36d35b09119
parentd3930f8716f439c229cd3d11813823d847a2ecff
use dpkg --unpack --recursive to avoid long cmdlines

Having long commandlines split into two is a huge problem if it happens
and additionally if we want to introduce planners which perform less
micromanagment its a good idea to leave the details for dpkg to decide.

In practice this doesn't work yet unconditionally as a bug is hiding in
the ordering code of dpkg, but it works if apt imposes its ordering so
this commit allows for now at least to solve the first problem.
apt-pkg/deb/dpkgpm.cc
test/integration/test-apt-progress-fd-error