mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
d1240f67ea
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> |
||
---|---|---|
.. | ||
.gitignore | ||
asciidoc.conf | ||
Doxyfile | ||
footer.txt | ||
index.txt | ||
libalpm.3.txt | ||
Makefile.am | ||
makepkg.8.txt | ||
makepkg.conf.5.txt | ||
pacman-key.8.txt | ||
pacman.8.txt | ||
pacman.conf.5.txt | ||
PKGBUILD-example.txt | ||
PKGBUILD.5.txt | ||
pkgdelta.8.txt | ||
repo-add.8.txt | ||
submitting-patches.txt | ||
translation-help.txt | ||
vercmp.8.txt |