]> git.saurik.com Git - apt.git/commit
update: Run Post-Invoke-Success if not all sources failed
authorJulian Andres Klode <jak@debian.org>
Tue, 10 May 2016 17:15:17 +0000 (19:15 +0200)
committerJulian Andres Klode <jak@debian.org>
Tue, 10 May 2016 18:14:02 +0000 (20:14 +0200)
commit35664152e47a1d4d712fd52e0f0a2dc8ed359d32
tree756765bc6f68260a842ea53557d8883048efd5c5
parentc7b7d4da7f8b8edd9c3d6b13f0b935853ad8a039
update: Run Post-Invoke-Success if not all sources failed

Failures can happen and APT regardless will do a partial cache
update anyway. Because APT ensures that the list directory is
in a sane state, it makes sense to also call success hooks if
success was only partial - otherwise it loses sync with APT.

Most importantly, this causes the appstream cache to be empty,
see launchpad bug #1562733.

This is somewhat overly optimistic though: As soon as any repository
has nonexisting optional files, the missing optional files are also
treated as success, which means a single broken repository without an
InRelease file still runs Success hooks, even though it really should
not.
apt-pkg/update.cc
test/integration/test-apt-update-hooks [new file with mode: 0755]