From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Substitute authorization and binaries Date: Mon, 5 Nov 2018 10:47:36 +0100 Message-ID: <20181105094736.a7vu7c2qb3kimbvm@thebird.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJbTz-0005jT-9Y for guix-devel@gnu.org; Mon, 05 Nov 2018 04:47:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJbTv-0008Gt-6q for guix-devel@gnu.org; Mon, 05 Nov 2018 04:47:43 -0500 Received: from mail.thebird.nl ([94.142.245.5]:38492) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJbTu-0007dI-TG for guix-devel@gnu.org; Mon, 05 Nov 2018 04:47:39 -0500 Content-Disposition: inline In-Reply-To: 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: brettg@posteo.net Cc: guix-devel@gnu.org On Mon, Nov 05, 2018 at 02:33:41AM +0100, brettg@posteo.net wrote: > Hi all, I authorized guix to use the berlin server so I can install guixsd > without having to build the derivations locally. The authorization to my > knowledge was successful, but when I run guix system init and pass the > substitute-urls flag to use berlin, it is still trying to build everything > locally > after downloading their source tarballs. Also dry guix package -i something --substitute-urls="https://berlin.guixsd.org https://mirror.hydra.gnu.org" --dry-run It should give you a list of substituted binaries. If that does not happen there may still be a problem with the URL or the key in /etc/guix/acl. Pj.