From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/3] build: Default to https://ci.guix.info for substitutes. Date: Tue, 04 Dec 2018 15:14:31 +0100 Message-ID: <87a7ll1irc.fsf@gnu.org> References: <20181203155335.10629-1-ludo@gnu.org> <20181203155335.10629-3-ludo@gnu.org> <871s6yibw3.fsf@elephly.net> 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]:45279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUBT7-0001in-EI for guix-devel@gnu.org; Tue, 04 Dec 2018 09:14:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUBT6-0003pU-MZ for guix-devel@gnu.org; Tue, 04 Dec 2018 09:14:33 -0500 In-Reply-To: <871s6yibw3.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 03 Dec 2018 21:38:36 +0100") 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: Ricardo Wurmus Cc: guix-devel@gnu.org, 33600@debbugs.gnu.org Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: > >> * doc/guix.texi (SUBSTITUTE-SERVER): Switch to ci.guix.info. > [=E2=80=A6] >> diff --git a/doc/guix.texi b/doc/guix.texi >> index d96c35eace..a5ae1c65e6 100644 >> --- a/doc/guix.texi >> +++ b/doc/guix.texi >> @@ -14,7 +14,7 @@ >> @set KEY-SERVER pool.sks-keyservers.net >>=20=20 >> @c The official substitute server used by default. >> -@set SUBSTITUTE-SERVER ci.guix.info >> +@set SUBSTITUTE-SERVER mirror.hydra.gnu.org > > Is this really correct? Oops, I must have messed up while preparing the patches. Thanks for the heads-up! Ludo=E2=80=99.