]> git.saurik.com Git - apt.git/commit
Get accurate progress reporting in apt update again
authorMichael Vogt <mvo@ubuntu.com>
Tue, 15 Mar 2016 13:50:37 +0000 (14:50 +0100)
committerMichael Vogt <mvo@debian.org>
Wed, 16 Mar 2016 16:52:40 +0000 (17:52 +0100)
commitfb193b1cd43f0e8c3b7e5f69f183b9abe7e83761
treef0ef684a93cf8f18ee95e1b4acc635a6722ac7b4
parent8e0c56db82fe10b0f8ceadf3187ffc672eaaff3a
Get accurate progress reporting in apt update again

For the non-pdiff case, we have can have accurate progress
reporting because after fetching the {,In}Release files we know
how many IndexFiles will be fetched and what size they have.

Therefore init the filesize early (in pkgAcqIndex::Init) and
ensure that in Acquire::Pulse() looks at already downloaded
bits when calculating the progress in Acquire::Pulse.

Also improve debug output of Debug::acquire::progress
apt-pkg/acquire-item.cc
apt-pkg/acquire.cc
test/integration/test-apt-progress-fd
test/integration/test-apt-update-not-modified
test/integration/test-apt-update-reporting [new file with mode: 0755]