aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-05-11 14:36:58 +0200
committerLudovic Courtès <ludo@gnu.org>2013-05-11 14:36:58 +0200
commitf92300852f1ec6afc9cb55594d5a94f7cab9ef54 (patch)
tree7fdc24e4484f03d259900593110232b60cb8395d /doc
parent0ba91c945be8a963ac9d11ae538c4e8b30374558 (diff)
downloadguix-f92300852f1ec6afc9cb55594d5a94f7cab9ef54.tar
guix-f92300852f1ec6afc9cb55594d5a94f7cab9ef54.tar.gz
refresh: Add `--key-server' and `--gpg'.
* guix/scripts/refresh.scm (%options): Add `--key-server' and `--gpg'. (show-help): Update accordingly. (update-package): New procedure, formerly in `guix-refresh'. (guix-refresh): Use it. Parameterize `%openpgp-key-server' and `%gpg-command'.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 9147f43b90..b14310f908 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1313,6 +1313,19 @@ The command above specifically updates the @code{emacs} and
@code{idutils} packages. The @code{--select} option would have no
effect in this case.
+The following options can be used to customize GnuPG operation:
+
+@table @code
+
+@item --key-server=@var{host}
+Use @var{host} as the OpenPGP key server when importing a public key.
+
+@item --gpg=@var{command}
+Use @var{command} as the GnuPG 2.x command. @var{command} is searched
+for in @code{$PATH}.
+
+@end table
+
@c *********************************************************************
@node GNU Distribution