From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnuHK-0005Zq-Jv for guix-patches@gnu.org; Fri, 01 Sep 2017 18:19:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnuHG-0004Tp-0i for guix-patches@gnu.org; Fri, 01 Sep 2017 18:19:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60260) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dnuHF-0004TX-Tq for guix-patches@gnu.org; Fri, 01 Sep 2017 18:19:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dnuHF-00028K-Jl for guix-patches@gnu.org; Fri, 01 Sep 2017 18:19:01 -0400 Subject: [bug#28324] [PATCH 0/2] Allow substitute downloads from unauthorized servers when they are undistinguishable Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170901215812.24934-1-ludo@gnu.org> Date: Sat, 02 Sep 2017 00:18:04 +0200 In-Reply-To: <20170901215812.24934-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Fri, 1 Sep 2017 23:58:12 +0200") Message-ID: <877exiysf7.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28324@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > 1. Add optional service discovery support in =E2=80=98guix substitute= =E2=80=99 and > service advertisement in =E2=80=98guix publish=E2=80=99 via Guile-Av= ahi. Imagine > going to a GHM or FOSDEM and getting binaries from your neighbor=E2= =80=99s > laptop. I think that=E2=80=99d be pretty cool. :-) Speaking of which, I should say that all this greatly benefited from an insightful discussion with Andreas and others at the GHM last week-end! Ludo=E2=80=99.