summaryrefslogtreecommitdiff
path: root/guix/gnupg.scm
Commit message (Collapse)AuthorAge
* gnupg: Turn the GPG command name and keyserver into parameters.Ludovic Courtès2013-05-11
| | | | | | | * guix/gnupg.scm (%gpg-command): Turn into a SRFI-39 parameter. (%openpgp-key-server): Likewise. Default to pgp.mit.edu, as keys.gnupg.net is unreliable. Update users.
* Add `guix refresh' and related auto-update tools.Ludovic Courtès2013-04-25
* guix/gnu-maintenance.scm (ftp-server/directory)[quirks]: Add glib. (package-update-path, download-tarball, package-update, update-package-source): New procedures. * guix/gnupg.scm, guix/scripts/refresh.scm: New files. * Makefile.am (MODULES): Add them. * guix/utils.scm (file-extension): New procedure.