diff options
author | Denis A. AltoƩ Falqueto <denisfalqueto@gmail.com> | 2010-09-16 05:40:35 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-23 07:59:42 +0100 |
commit | ae20f8820278d285400afb7c3b7f2ba3c789c61a (patch) | |
tree | ce42c8672ca944fcc58800231a25c84ff4078173 /scripts/.gitignore | |
parent | 0ff52b68452046d61c24649ec94886bd74faab45 (diff) | |
download | pacman-ae20f8820278d285400afb7c3b7f2ba3c789c61a.tar.gz pacman-ae20f8820278d285400afb7c3b7f2ba3c789c61a.tar.xz |
pacman-key: keyring management tool
The script pacman-key will manage pacman's keyring. It imports, exports,
fetches from keyservers, helps in the process of trusting and updates
the trust database.
Signed-off-by: Denis A. AltoƩ Falqueto <denisfalqueto@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/.gitignore')
-rw-r--r-- | scripts/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index fe4616f2..927b14c8 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -5,3 +5,4 @@ rankmirrors repo-add repo-remove pkgdelta +pacman-key |