Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in documentation (codespell) | Michael Vogt | 2014-02-22 | 1 | -2/+2 |
| | |||||
* | use gpg --homedir instead of explicit file placement | David Kalnischkies | 2014-01-16 | 1 | -13/+14 |
| | | | | | | Avoids that gpg gets the idea it could use files from the user which weren't overridden specifically like secret keyring and trustdb as before. | ||||
* | fix apt-key net-update test to use the buildin webserver | Michael Vogt | 2013-12-19 | 1 | -1/+1 |
| | |||||
* | make apt-key net-update actually testable | Michael Vogt | 2013-12-13 | 1 | -6/+13 |
| | |||||
* | generate apt-key script with vendor info about keys | David Kalnischkies | 2013-12-01 | 1 | -0/+354 |
The apt-key script uses quiet a few keyring files for operation which are specific to the distribution it is build on and is hence one of the most patched parts – even if it is not that often used anymore now that a fragment directory for trusted.gpg exists. |