]> git.saurik.com Git - apt.git/commit - apt-pkg/acquire-worker.cc
correct 'apt update' download summary line
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 21 Aug 2015 22:10:08 +0000 (00:10 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 27 Aug 2015 09:27:43 +0000 (11:27 +0200)
commitb6a0018e1c4bb22132e0316a81b7a455c6333cf1
tree59d5e169922e66c9ea752f7a9545d4ee6407dfc3
parent4c42650716d7347770e60260cff8d0d4777aaec0
correct 'apt update' download summary line

Fetched() was reported for mostly nothing, while we should be calling it
for files worked with from non-local sources (e.g. http, but not file or
xz). Previously this was called from an acquire item, but got moved to
the acquire worker instead to avoid having it (re)implemented in all
items, but the checks were faulty.
apt-pkg/acquire-worker.cc