[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What???s next?
From: |
Maxim Cournoyer |
Subject: |
Re: What???s next? |
Date: |
Sun, 28 May 2017 13:37:38 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hello,
address@hidden (Ludovic Courtès) writes:
[...]
> On GuixSD, the key of hydra.gnu.org and bayfront.guixsd.org are always
> registered by default. We cannot do that for someone installing Guix on
> a foreign distro because that involves creating a file in /etc.
The bayfront key is now registered by default? Does it mean that
bayfront is ready to be part of the `%default-substitute-urls'? It
doesn't seem to be the case currently:
--8<---------------cut here---------------start------------->8---
(define %default-substitute-urls
;; Default list of substituters. This is *not* the list baked in
;; 'guix-daemon', but it is used by 'guix-service-type' and and a couple of
;; clients ('guix build --log-file' uses it.)
(map (if (false-if-exception (resolve-interface '(gnutls)))
(cut string-append "https://" <>)
(cut string-append "http://" <>))
'("mirror.hydra.gnu.org")))
--8<---------------cut here---------------end--------------->8---
Maxim
- Re: What’s next?, (continued)
- Re: What’s next?, Leo Famulari, 2017/05/24
- Re: What???s next?, Pjotr Prins, 2017/05/25
- Re: What???s next?, Ludovic Courtès, 2017/05/27
- Re: What's next?, Pjotr Prins, 2017/05/28
- Re: What's next?, Ludovic Courtès, 2017/05/28
- Re: What's next?, Roel Janssen, 2017/05/28
- Re: What's next?, Ludovic Courtès, 2017/05/30
- Re: What's next?, Pjotr Prins, 2017/05/30
- Re: What's next?, Maxim Cournoyer, 2017/05/28
- Re: What???s next?,
Maxim Cournoyer <=
- Re: What???s next?, Ricardo Wurmus, 2017/05/28
- Re: What???s next?, Ludovic Courtès, 2017/05/30
- Re: What’s next?, Chris Marusich, 2017/05/25
- Re: What’s next?, Leo Famulari, 2017/05/25
- Re: What’s next?, Ricardo Wurmus, 2017/05/25
- Re: What’s next?, Adonay Felipe Nogueira, 2017/05/25
- Re: What’s next?, Ludovic Courtès, 2017/05/27
- Re: What’s next?, myglc2, 2017/05/29
Re: What’s next?, Ludovic Courtès, 2017/05/27