diff options
author | David Kalnischkies <david@kalnischkies.de> | 2017-08-04 12:51:34 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-04-10 18:59:46 +0200 |
commit | 0abbb7c7a4bc745f28e5c8472e4c6ea8d481e030 (patch) | |
tree | d9d7f923a98e17f97fb06319ce8b33f2e738e4ea /doc/guide.dbk | |
parent | db3ef18a0a5024cf6f8749ab5de7252cff14e5ee (diff) |
don't hang if multiple sources use unavailable method
APT clients always noticed if a method isn't supported and nowadays
generate a message of the form:
E: The method driver …/foobar could not be found.
N: Is the package apt-transport-foobar installed?
This only worked if a single source was using such an unavailable method
through as we were registering the failed config the first round and
the second would try to send requests to the not started method, which
wouldn't work and hang instead (+ hiding the error messages as they would
be shown only at the end of the execution).
Closes: 870675
(cherry picked from commit e250a8d8d8ef2f8f8c5e2041f7645c49fba7aa36)
(cherry picked from commit 281dbc8e481fbaeaf7310e0800468d4d212711b8)
LP: #1762766
Diffstat (limited to 'doc/guide.dbk')
0 files changed, 0 insertions, 0 deletions