all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: George Clemmer <myglc2@gmail.com>
To: Leo Famulari <leo@famulari.name>
Cc: help-guix@gnu.org
Subject: Re: hydra.gnu.org off-line for maintenance
Date: Fri, 26 Oct 2018 00:23:57 -0400	[thread overview]
Message-ID: <cucd0rxfi8y.fsf@gmail.com> (raw)
In-Reply-To: <20181026005103.GA23900@jasmine.lan>


Leo Famulari <leo@famulari.name> writes:

> On Thu, Oct 25, 2018 at 06:41:26PM -0400, Luther Thompson wrote:
>> How do we do that? I followed the link, but I can't find the info to
>> pass to `guix archive --authorize` anywhere.
>
> The signing keys can be found in the Guix package itself, at
> 'share/guix/berlin.guixsd.org.pub'. For example:
>
> $ guix build guix
> /gnu/store/zz3b7j4iv6v143v7cqyr77k83zc5n3zw-guix-0.15.0-6.f9a8fce
> $ guix archive --authorize < /gnu/store/guix-0.15.0-6.f9a8fce/share/guix/berlin.guixsd.org.pub
>
> It is described in the manual section Substitute Server Authorization,
> although the use of 'prefix' in this context is a little obscure:
>
> https://www.gnu.org/software/guix/manual/en/html_node/Substitute-Server-Authorization.html
>
> The keys can also be found in the Guix source code, which may be more
> convenient:
>
> https://git.savannah.gnu.org/cgit/guix.git/tree/berlin.guixsd.org.pub

Hi Luther,

In addition to what Leo said, I believe you also need to add this option ...

--substitute-urls=https://berlin.guixsd.org

... to each guix command -or- add it to GUIX_BUILD_OPTIONS -or- add
something like this to your system config ...

(define %my-services
  (modify-services %base-services
    (guix-service-type config =>
		       (guix-configuration
			(inherit config)
			(substitute-urls (list "https://mirror.hydra.gnu.org"
					       "https://hydra.gnu.org"
					       "https://berlin.guixsd.org"
					       ))))))
...
  (services (cons*
             ...
	     %my-services))

HTH - George

  reply	other threads:[~2018-10-26  4:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-24  9:57 hydra.gnu.org off-line for maintenance Ludovic Courtès
2018-10-25 22:41 ` Luther Thompson
2018-10-26  0:51   ` Leo Famulari
2018-10-26  4:23     ` George Clemmer [this message]
2018-10-27  4:11       ` Luther Thompson
2018-10-26  6:01   ` Jonathan Brielmaier
2018-10-26  9:28     ` Thomas Danckaert
2018-10-26  9:46       ` Thorsten Wilms
2018-10-26 13:40         ` Tobias Geerinckx-Rice
2018-10-29 15:23           ` znavko
2018-10-31 17:04             ` Ricardo Wurmus
2018-10-31 17:50               ` znavko
2018-10-26 10:06       ` Clément Lassieur
2018-10-26 15:26         ` Alex Vong
2018-10-27 14:49           ` Tobias Geerinckx-Rice
2018-10-31 14:40             ` Alex Vong
2018-10-26 19:21         ` Evaluations on berlin.guixsd.org Ludovic Courtès
2018-11-01 15:07 ` hydra.gnu.org off-line for maintenance Ludovic Courtès
2018-11-01 15:30   ` Pjotr Prins
2018-11-01 16:37   ` Giovanni Biscuolo
2018-11-05 11:40     ` swedebugia
2018-11-10  9:35       ` Giovanni Biscuolo
2018-11-06 11:01 ` Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=cucd0rxfi8y.fsf@gmail.com \
    --to=myglc2@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=leo@famulari.name \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.