pacman-key: rework importing distro/repo provided keyrings
commitd1240f67eab6dfa7e3344cd84dd8849b38ce337c
authorAllan McRae <allan@archlinux.org>
Mon, 15 Aug 2011 12:51:58 +0000 (15 22:51 +1000)
committerAllan McRae <allan@archlinux.org>
Mon, 29 Aug 2011 01:55:22 +0000 (29 11:55 +1000)
tree41a795de5a8968a88a2f0ec74b95903bd13743a1
parent2cfcc874b9332ad207398b9e20dc8880d93e8ae4
pacman-key: rework importing distro/repo provided keyrings

The current --reload option, apart from being non-clear in its naming,
is very limited in that only one keyring can be provided.  A distribution
may want to provide multiple keyrings for various subsets of its
organisation or custom repo providers may also want to provide a keyring.

This patch adds a --populate option that reads keyrings from (by default)
/usr/share/pacman/keyrings.  A keyring is named foo.gpg, with optional
foo-revoked file providing a list of revoked key ids.  These files are
required to be signed (detached) by a key trusted by pacman-key, in
practice probably by the key that signed the package providing these
files. The --populate flag either updates the pacman keyring using all
keyrings in the directory or individual keyrings can be specified.

Signed-off-by: Allan McRae <allan@archlinux.org>
doc/pacman-key.8.txt
scripts/Makefile.am
scripts/pacman-key.sh.in