Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-01 | warn if apt-key is used in scripts/its output parsed | David Kalnischkies | |
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. | |||
2016-05-01 | warn if apt-key is run unconditionally in maintainerscript | David Kalnischkies | |
We want to stop hard-depending on gnupg and for this it is essential that apt-key isn't used in any critical execution path, which maintainerscript are. Especially as it is likely that these script call apt-key either only for (potentially now outdated cleanup) or still not use the much simpler trusted.gpg.d infrastructure. |