]> git.saurik.com Git - apt.git/commit
apt-key: kill gpg-agent explicitly in cleanup
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 31 Jul 2016 07:27:19 +0000 (09:27 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 31 Jul 2016 07:56:26 +0000 (09:56 +0200)
commit4039798d971752325d097bfbdc9011b5e9efd29c
treebee4ac88bc565ab6a61f01bbfe379ce19098c215
parent7303e11ff28f920a6277c159aa46f80c007350bb
apt-key: kill gpg-agent explicitly in cleanup

apt-key has (usually) no secret key material so it doesn't really need
the agent at all, but newer gpgs insist on starting it anyhow. The
agents die off rather quickly after the underlying home-directory is
cleaned up, but that is still not fast enough for tools like sbuild
which want to unmount but can't as the agent is still hanging onto a
non-existent homedir.

Reported-By: Johannes 'josch' Schauer on IRC
cmdline/apt-key.in