]> git.saurik.com Git - apt.git/commit
eipp: output at most two versions per package
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 14 May 2016 21:52:47 +0000 (23:52 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 27 Jun 2016 09:43:09 +0000 (11:43 +0200)
commitdae197476f1831269d13f4e990276ce25c483842
treeecc186359b5c92a88a54465d3156c44cb25b3a98
parent7b197262212f49b3b355b1124edf2ba9adb73411
eipp: output at most two versions per package

We can trim generation time and size of the EIPP scenario considerable
if we we avoid telling the planers about "uninteresting" packages.

This is one of the simpler but already very effective reductions:
Do not tell planers about versions which are neither installed nor are
to be installed as they have no effect on the plan we don't need to tell
the planer about them. EDSP solvers need to know about all versions for
better choice and error messages, but planers really don't.

Git-Dch: Ignore
apt-pkg/edsp.cc
test/integration/test-external-installation-planer-protocol [new file with mode: 0755]