guix/gnu
Ludovic Courtès f94f9d67e6
gnupg: 'gnupg-verify*' returns a status symbol.
This allows callers to distinguish between signature verification
failure and missing key.

* guix/gnupg.scm (gnupg-receive-keys): Return true on success.
(gnupg-verify*): Check return value of 'gnupg-receive-keys'.  Return two
values, the first one being a symbol.
* guix/upstream.scm (download-tarball): Get the two return values of
'gnupg-verify*', and match on the first one.
* gnu/packages/bash.scm (download-patches): Check the first return value
of 'gnupg-verify*'.
2019-12-20 22:06:05 +01:00
..
bootloader
build gnu: Remove uses of deprecated Qemu network configuration. 2019-12-18 22:36:37 +01:00
installer
machine
packages gnupg: 'gnupg-verify*' returns a status symbol. 2019-12-20 22:06:05 +01:00
services
system gnu: Remove uses of deprecated Qemu network configuration. 2019-12-18 22:36:37 +01:00
tests
artwork.scm
bootloader.scm
ci.scm
installer.scm
local.mk gnu: Add java-piccolo2d-core. 2019-12-19 23:21:06 +01:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm gexp: Allow character literals in GEXP->SEXP. 2019-12-18 22:36:37 +01:00