From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Default substitute URLs Date: Thu, 14 Jul 2016 17:48:54 +0200 Message-ID: <20160714154854.GA24635@solar> References: <87r3azkzku.fsf@gnu.org> <20160712090126.GA5646@solar> <87wpkpln7k.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNisr-0005Vx-8J for guix-devel@gnu.org; Thu, 14 Jul 2016 11:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNism-00088O-7v for guix-devel@gnu.org; Thu, 14 Jul 2016 11:49:03 -0400 Received: from mailrelay1.public.one.com ([91.198.169.124]:33469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNisl-000889-QR for guix-devel@gnu.org; Thu, 14 Jul 2016 11:49:00 -0400 Content-Disposition: inline In-Reply-To: <87wpkpln7k.fsf@gnu.org> 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 =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel On Wed, Jul 13, 2016 at 02:46:55PM +0200, Ludovic Courtès wrote: > I prefer to keep the mirror.hydra.gnu.org name, I think it’s clearer. Could there not be two, both of which would be checked, so if a package is not found on the first one, it is searched on the second one? This would make things more resilient. Andreas