From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#25569: Changing the HTTP/FTP proxy used by the daemon is inconvenient Date: Tue, 07 Apr 2020 11:24:06 +0200 Message-ID: <87v9mbbqdl.fsf@gnu.org> References: <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:470:142:3::10]:33823) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLkTh-0007jP-1L for bug-guix@gnu.org; Tue, 07 Apr 2020 05:25:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLkTf-0003Lm-UP for bug-guix@gnu.org; Tue, 07 Apr 2020 05:25:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38015) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLkTe-0003Jf-NV for bug-guix@gnu.org; Tue, 07 Apr 2020 05:25:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87wpdezrzj.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 29 Jan 2017 00:26:08 +0100") 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-mx.org@gnu.org Sender: "bug-Guix" To: 25569@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > 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 Provided a patch here: https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00084.html Ludo=E2=80=99.