From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: guix ignores --no-substitutes Date: Mon, 30 May 2016 22:13:12 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7TYo-0006Dy-TR for guix-devel@gnu.org; Mon, 30 May 2016 16:13:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7TYn-0004r4-IX for guix-devel@gnu.org; Mon, 30 May 2016 16:13:14 -0400 Received: from mail-vk0-x236.google.com ([2607:f8b0:400c:c05::236]:33581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7TYn-0004r0-Cx for guix-devel@gnu.org; Mon, 30 May 2016 16:13:13 -0400 Received: by mail-vk0-x236.google.com with SMTP id r140so233837070vkf.0 for ; Mon, 30 May 2016 13:13:13 -0700 (PDT) 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 Hi, I find that Guix still contacts home even when passed the '--no-substitutes' flag: $ ./pre-inst-env guix build --no-substitutes chez-sockets substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://hydra.gnu.org'... 100.0% @ build-started ... It would be desirable to avoid all calls home with that flag. Regards, Fede