From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25569: Changing the HTTP/FTP proxy used by the daemon is inconvenient Date: Sun, 29 Jan 2017 00:26:08 +0100 Message-ID: <87wpdezrzj.fsf@gnu.org> 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]:59246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXcOf-0002mf-Gc for bug-guix@gnu.org; Sat, 28 Jan 2017 18:27:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cXcOc-0002uw-DA for bug-guix@gnu.org; Sat, 28 Jan 2017 18:27:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51315) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cXcOc-0002uo-9g for bug-guix@gnu.org; Sat, 28 Jan 2017 18:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cXcOc-00083Y-4k for bug-guix@gnu.org; Sat, 28 Jan 2017 18:27:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXcNp-0001p5-SA for bug-guix@gnu.org; Sat, 28 Jan 2017 18:26:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cXcNm-0002jk-PQ for bug-guix@gnu.org; Sat, 28 Jan 2017 18:26:13 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXcNm-0002je-Ln for bug-guix@gnu.org; Sat, 28 Jan 2017 18:26:10 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:51404 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cXcNl-00024W-Pb for bug-guix@gnu.org; Sat, 28 Jan 2017 18:26:10 -0500 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" To: 25569@debbugs.gnu.org Changing the HTTP{,S} and FTP proxies used by guix-daemon is inconvenient, especially when doing a GuixSD install, as reported by Divan Santana at: https://lists.gnu.org/archive/html/help-guix/2017-01/msg00047.html We should add a service-specific action to do that, like: herd set-http-proxy guix-daemon http://example.org or, alternately, let guix-daemon (=E2=80=98guix substitute=E2=80=99 and =E2= =80=98guix perform-download=E2=80=99) honor client-provided proxy settings passed via =E2=80=98set-build-options=E2=80=99 or similar. Ludo=E2=80=99.