]> git.saurik.com Git - apt.git/commit
warn if apt-key is used in scripts/its output parsed
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 1 Jul 2016 20:00:52 +0000 (22:00 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 1 Jul 2016 20:00:52 +0000 (22:00 +0200)
commit08fcf9628806af202e555bd02b3611e4e9a3d757
treec2f6705c09debc414580bd118f094522914770a7
parenta5f9b45e4a67246f7af2c6fc62de9c531cd314a4
warn if apt-key is used in scripts/its output parsed

apt-key needs gnupg for most of its operations, but depending on it
isn't very efficient as apt-key is hardly used by users – and scripts
shouldn't use it to begin with as it is just a silly wrapper. To draw
more attention on the fact that e.g. 'apt-key add' should not be used in
favor of "just" dropping a keyring file into the trusted.gpg.d
directory this commit implements the display of warnings.
cmdline/apt-key.in
doc/apt-key.8.xml
test/integration/framework
test/integration/test-apt-key-used-in-maintainerscript