put fetch errors in 'source' on our errorstack
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 3 Oct 2013 12:45:41 +0000 (14:45 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 3 Oct 2013 12:45:41 +0000 (14:45 +0200)
commit866893a619e00966ae6b1549c4bfce92d6c17db1
tree6f80b022d9216fa3601ba55b1190778a882932dc
parent3c8030a4977536e9d3a1954adc68082ae1c6d5a2
put fetch errors in 'source' on our errorstack

refactor the fetching process so that it looks more like the
others we have in the hope that we can reuse code in the future.

This is a soft interface change as 'source' previously printed
errors directly on stderr, while it will now push it onto our usual
error stack.
apt-private/makefile
apt-private/private-download.cc [new file with mode: 0644]
apt-private/private-download.h [new file with mode: 0644]
apt-private/private-install.cc
cmdline/apt-get.cc