]> git.saurik.com Git - apt.git/commit - test/integration/test-bug-602412-dequote-redirect
show final solution in --no-download --fix-missing mode
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 14 May 2016 08:43:03 +0000 (10:43 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 16 May 2016 14:17:54 +0000 (16:17 +0200)
commiteb1f04dda07c2b69549ad9fd793cca0e91841b3e
tree473136bd9eb4161f1201b746c1ed0a21c357aa27
parentfd78974020e23679e9e810cf01dc5c8f3012bb8a
show final solution in --no-download --fix-missing mode

This commit moves the creation of the fetcher and with it the
calculation of the filenames before the code generation the various
lists detailing the solution. This means that simulation comes even so
slightly closer to a real run as it will require and parse the package
indexes for filenames and queuing of URIs, so that a simulation "using"
an unavailable download method actually fails now.

The real benefit of this change is through that the rather special but
nontheless handy --no-download --fix-missing mode now actually shows
what the solution is it will apply to the system rather than the
solution it would if it could download all not-downloaded packages.
apt-private/private-install.cc
test/integration/test-bug-602412-dequote-redirect
test/integration/test-compressed-indexes