]> git.saurik.com Git - apt.git/commitdiff
add apt-key support for armored GPG key files (*.asc)
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 13 Nov 2016 19:52:18 +0000 (20:52 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 24 Nov 2016 23:15:12 +0000 (00:15 +0100)
Having binary files in /etc is kinda annoying – not that the armored
files are much better – but it is hard to keep tabs on which format the
file has ("simple" or "keybox") and different gnupg versions have
different default binary formats which can be confusing for users to
work with (beside that it is binary).

Adding support for this now will enable us in some distant future to
move to armored later on, much like we added trusted.gpg.d years before
the world picked it up.


No differences found