From e9c6c58418043f36862a798389f3a7f4253f74cc Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Sat, 29 Mar 2014 00:06:41 +0100 Subject: substitute-binary: Support the Signature field of a narinfo file. * guix/scripts/substitute-binary.scm (): Add the 'signature' and 'contents' fields. (narinfo-signature->canonical-sexp): New function. (narinfo-maker): Add the 'signature' argument and use it. (assert-valid-signature): New function. (read-narinfo): Support the Signature field. (write-narinfo): Use 'narinfo-contents'. (%allow-unauthenticated-substitutes?): New variable. * guix/base64.scm, tests/base64.scm, tests/substitute-binary.scm: New files. * Makefile.am (SCM_TESTS): Add tests/base64.scm and tests/substitute-binary.scm. (MODULES): Add guix/base64.scm. * test-env.in: Set 'GUIX_ALLOW_UNAUTHENTICATED_SUBSTITUTES'. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0eb9a834dc..9f003c9fba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,7 @@ include gnu-system.am MODULES = \ guix/base32.scm \ + guix/base64.scm \ guix/records.scm \ guix/hash.scm \ guix/pk-crypto.scm \ @@ -122,9 +123,11 @@ clean-go: SCM_TESTS = \ tests/base32.scm \ + tests/base64.scm \ tests/hash.scm \ tests/pk-crypto.scm \ tests/pki.scm \ + tests/substitute-binary.scm \ tests/builders.scm \ tests/derivations.scm \ tests/ui.scm \ -- cgit v1.2.3