]> git.saurik.com Git - apt.git/commit
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)
commit2906182db398419a9c59a928b7ae73cf7c7aa307
tree2a070e7657dd37ada23453fec6b7fc9ce40d9654
parent8e438ede2f179f2f66268308c24d62952ac06fa4
add apt-key support for armored GPG key files (*.asc)

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.
cmdline/apt-key.in
test/integration/test-apt-key