From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Woodcox Subject: Re: Having a problem invoking curl only when using guix pull Date: Thu, 16 May 2019 18:31:37 -0600 Message-ID: References: <98FF32C2-9951-45EE-A08D-DBED578C004A@inskydata.com> <4F8CD8F8-47AF-4C3D-8FD4-95B2ABF40AA6@asu.edu> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRQnD-0000qt-He for help-guix@gnu.org; Thu, 16 May 2019 20:32:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRQnB-0002GK-9F for help-guix@gnu.org; Thu, 16 May 2019 20:32:10 -0400 Received: from mail.inskydata.com ([184.68.229.6]:32018 helo=server.inskydata.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRQnA-0002Dd-W7 for help-guix@gnu.org; Thu, 16 May 2019 20:32:09 -0400 In-Reply-To: <4F8CD8F8-47AF-4C3D-8FD4-95B2ABF40AA6@asu.edu> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: John Soo Cc: help-guix@gnu.org > On May 16, 2019, at 6:21 PM, John Soo wrote: >=20 > Hi Brian, >=20 > Others may correct me if I=E2=80=99m wrong here, but during the build phas= e, network io is off limits. This is since there is not way to reliably guar= antee the contents of things gotten over the network remain unchanged betwee= n builds, and so would break the immutability guarantees of the package syst= em.=20 >=20 > Again, I could be wrong, I hope others will correct me.=20 >=20 > - John >=20 Hi John, I believe you are probably correct. I thought I would be creative :) Brian.=