unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Support for signed substitutes pushed
Date: Mon, 31 Mar 2014 20:24:35 +0200	[thread overview]
Message-ID: <87lhvqp6os.fsf@serenity.home> (raw)
In-Reply-To: <87ha6fic8t.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 732 bytes --]

Hello,

I ran into some problems setting up substitution: when running
# guix archive --authorize < hydra.gnu.org.pub
guix persistently returned 
guix archive: error: No such file or directory

I was finally able to resolve this problem by 
# mkdir /usr/local/etc/guix

In config.scm %config-directory is either $NIX_CONF_DIR or
/usr/local/etc/guix. This is used as the directory for the acl file.

I imagine that directory is set during ./configure. Maybe this directory
should be created if necessary?

Other than that, everything now seems to be working as suggested by the
instructions so congrats to you and Nikita for your hard work!

Please find a tiny patch attached fixing a typo in the documentation.

Best wishes,

Alex


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Typo fix --]
[-- Type: text/x-diff, Size: 954 bytes --]

From 99fb1eed13590ac070a86b22444d7b040c2e7276 Mon Sep 17 00:00:00 2001
From: Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
Date: Mon, 31 Mar 2014 20:08:26 +0200
Subject: [PATCH] doc: fix typo.

* doc/guix.texi (Substitutes): add a missing 's'.
---
 doc/guix.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 5bd7dbd..3d76f48 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -979,7 +979,7 @@ This indicates that substitutes from @code{hydra.gnu.org} are usable and
 will be downloaded, when possible, for future builds.
 
 Guix ignores substitutes that are not signed, or that are not signed by
-one of the keys listed in the ACL.  It also detects and raise an error
+one of the keys listed in the ACL.  It also detects and raises an error
 when attempting to use a substitute that has been tampered with.
 
 The substitute mechanism can be disabled globally by running
-- 
1.7.10.4


  reply	other threads:[~2014-03-31 18:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-26 23:02 wip-signed-archives progress report Ludovic Courtès
2014-03-27 16:16 ` Nikita Karetnikov
2014-03-27 23:34   ` Ludovic Courtès
2014-03-30 21:54 ` Support for signed substitutes pushed Ludovic Courtès
2014-03-31 18:24   ` Alex Sassmannshausen [this message]
2014-03-31 20:00     ` Ludovic Courtès
2014-04-01 22:01   ` Ludovic Courtès
2014-04-03 17:21   ` Andreas Enge
2014-04-03 19:48     ` Ludovic Courtès
2014-04-03 20:45       ` Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lhvqp6os.fsf@serenity.home \
    --to=alex.sassmannshausen@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).