From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [GNUnet-developers] Using GNUnet for binary package distribution Date: Fri, 22 Mar 2013 13:25:36 +0100 Message-ID: <87r4j7iptr.fsf@gnu.org> References: <87620kykg6.fsf@gnu.org> <514B4AE0.9070405@in.tum.de> <514B4E16.5040402@in.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ12Z-0001NP-S1 for bug-guix@gnu.org; Fri, 22 Mar 2013 08:25:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ12Y-0006Gn-6x for bug-guix@gnu.org; Fri, 22 Mar 2013 08:25:47 -0400 In-Reply-To: <514B4E16.5040402@in.tum.de> (Sree Harsha Totakura's message of "Thu, 21 Mar 2013 19:14:46 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Sree Harsha Totakura Cc: gnunet-developers@gnu.org, bug-guix@gnu.org, Christian Grothoff Hi, Sree Harsha Totakura skribis: > For authentication, we intend to use GPG with gnunet-update. The idea > is that the gnunet-updater would search for updates using GNUnet's File > Sharing service and downloads meta-data files. It then verifies if the > meta-data files are signed by a trusted key (which is user-configurable) > and proceeds with the download of actual binaries. OK. Wouldn=E2=80=99t using the AFS service be a bottleneck, in terms of availability and bandwidth? My impression is that it might be OK for small updates like those of GNUnet itself, but not for a full distro. For Guix, downloading binaries is an option that is only worthwhile if it=E2=80=99s faster than building locally. Ludo=E2=80=99.