~ruther/guix-local

2eea253f4ddefa12a476f22d52928227d971a7fa — Ludovic Courtès 11 years ago 26fd908
substitute-binary: Avoid the term "narinfo" in user messages.

* guix/scripts/substitute-binary.scm (assert-valid-narinfo): Change
  message to avoid the term "narinfo".
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/substitute-binary.scm
M guix/scripts/substitute-binary.scm => guix/scripts/substitute-binary.scm +1 -1
@@ 335,7 335,7 @@ or is signed by an unauthorized key."
    (if (not hash)
        (if %allow-unauthenticated-substitutes?
            narinfo
            (leave (_ "narinfo for '~a' lacks a signature~%")
            (leave (_ "substitute at '~a' lacks a signature~%")
                   (uri->string (narinfo-uri narinfo))))
        (let ((signature (narinfo-signature narinfo)))
          (unless %allow-unauthenticated-substitutes?