From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: What???s next? Date: Sun, 28 May 2017 13:37:38 -0700 Message-ID: <87y3tgu38t.fsf@gmail.com> References: <877f16z9eo.fsf@gnu.org> <874lwaql17.fsf@gnu.org> <20170524214539.GA26320@jasmine> <20170525081130.GA3521@thebird.nl> <87vaomtxiq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF4wY-0001QR-Dl for guix-devel@gnu.org; Sun, 28 May 2017 16:37:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dF4wX-0007UR-E5 for guix-devel@gnu.org; Sun, 28 May 2017 16:37:42 -0400 In-Reply-To: <87vaomtxiq.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 27 May 2017 12:16:45 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel Hello, ludo@gnu.org (Ludovic Court=C3=A8s) 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