From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Default substitute URLs Date: Tue, 12 Jul 2016 10:52:49 +0200 Message-ID: <87r3azkzku.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]:47104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMtR3-0007t1-Tj for guix-devel@gnu.org; Tue, 12 Jul 2016 04:52:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMtQy-0001OP-V1 for guix-devel@gnu.org; Tue, 12 Jul 2016 04:52:56 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMtQy-0001OH-Rn for guix-devel@gnu.org; Tue, 12 Jul 2016 04:52:52 -0400 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:34548 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bMtQx-0005gN-2v for guix-devel@gnu.org; Tue, 12 Jul 2016 04:52:51 -0400 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: guix-devel Hello! If there are no objections, I=E2=80=99d like to change the default substitu= te URLs to just =E2=80=9Chttps://mirror.hydra.gnu.org=E2=80=9D. Currently it=E2=80=99s =E2=80=9Chttps://mirror.hydra.gnu.org https://hydra.= gnu.org=E2=80=9D (see config-daemon.ac), but the second URL is redundant and can only cause slowness (if a substitute is missing on the mirror, the other machine is queried but it likely lacks it as well.) Since guix-maintenance commit 539f7351d749e25c73e90877ea159d495ed4d4b0, mirror.hydra.gnu.org caches build logs as well, which removes the main reason for keeping hydra.gnu.org among the substitute URLs. Thoughts? Ludo=E2=80=99.