From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jorge" Subject: Re: How to configure git to use a proxy inside guix build container Date: Tue, 23 Jan 2018 20:04:39 +0000 Message-ID: <84d79eb43cacc80602e1a89d073d0c67@disroot.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ee4rP-0004kV-Cw for Help-Guix@gnu.org; Tue, 23 Jan 2018 15:08:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ee4rL-0002qn-DE for Help-Guix@gnu.org; Tue, 23 Jan 2018 15:07:59 -0500 Received: from bs-one.disroot.org ([178.21.23.139]:52536 helo=disroot.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ee4rL-0000uS-3l for Help-Guix@gnu.org; Tue, 23 Jan 2018 15:07:55 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 3D5312B30D for ; Tue, 23 Jan 2018 21:07:05 +0100 (CET) Received: from disroot.org ([127.0.0.1]) by localhost (mail01.disroot.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 48xDdqnxwhso for ; Tue, 23 Jan 2018 21:06:49 +0100 (CET) In-Reply-To: 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: Help-Guix@gnu.org I have worked around the problem by cloning=0Ahttps://git.savannah.gnu.or= g/git/guix.git into /home/jorge/repos/guix, and=0Aconfiguring /etc/system= d/system/guix-daemon.service.d/override.conf as such:=0A--8<-------------= --cut here---------------start------------->8---=0A[Service]=0AEnvironmen= t=3D"http_proxy=3Dhttp://localhost:5865"=0AEnvironment=3D"https_proxy=3Dh= ttps://localhost:5865"=0AEnvironment=3D"ftp_proxy=3Dftp://localhost:5865"= =0AEnvironment=3D"all_proxy=3Dlocalhost:5865"=0AExecStart=3D=0AExecStart= =3D/var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-= users-group=3Dguixbuild --chroot-directory=3D/home/jorge/repos/guix=0A--8= <---------------cut here---------------end--------------->8---=0AI then i= ssue guix pull with ~guix pull --url=3D/home/jorge/repos/guix~.=0A=0AThe = problem is that the pull fails because of hash sum mismatches, even with= =0A--fallback. I will start another thread.