]> git.saurik.com Git - apt.git/commit
use only one --keyring in gpg interactions
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 27 Jan 2014 21:07:16 +0000 (22:07 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 22:12:14 +0000 (00:12 +0200)
commit0dae96a2b5e8ecd80a1b6e44961f1692ad4aec15
tree2f7c69edb67f7c729767c247ff0514e38a31240b
parentbd7fb5aa31f58917e8630f2981e78d190d465198
use only one --keyring in gpg interactions

We were down to at most two keyrings before, but gnupg upstream plans
dropping support for multiple keyrings in the longrun, so with a
single keyring we hope to be future proof – and 'apt-key adv' isn't a
problem anymore as every change to the keys is merged back, so we have
now the same behavior as before, but support an unlimited amount of
trusted.gpg.d keyrings.
cmdline/apt-key.in
test/integration/test-apt-key