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 12:33:04 +0200 Message-ID: <87r1wza8m7.fsf@gnu.org> References: <87wpdezrzj.fsf@gnu.org> <87v9mbbqdl.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]:44373) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLlYS-0004cx-BO for bug-guix@gnu.org; Tue, 07 Apr 2020 06:34:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLlYR-00083h-AQ for bug-guix@gnu.org; Tue, 07 Apr 2020 06:34:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38078) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLlYQ-00083J-QH for bug-guix@gnu.org; Tue, 07 Apr 2020 06:34:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org, Andy Patterson Resent-Message-ID: In-Reply-To: <87v9mbbqdl.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 07 Apr 2020 11:24:06 +0200") 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-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > 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 Pushed as 3302e03ba0edca49347c6a2b215e56bd53a6b113! Ludo=E2=80=99.