From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Using a "guix publish"er as a proxy? Date: Mon, 30 Oct 2017 10:30:55 +0100 Message-ID: <87o9op6kz4.fsf@gnu.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]:57672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e96PP-0001X5-FF for help-guix@gnu.org; Mon, 30 Oct 2017 05:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e96PK-0003ST-Fg for help-guix@gnu.org; Mon, 30 Oct 2017 05:31:03 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:51265) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e96PK-0003Rb-9K for help-guix@gnu.org; Mon, 30 Oct 2017 05:30:58 -0400 In-Reply-To: (Hartmut Goebel's message of "Mon, 30 Oct 2017 09:18:13 +0100") 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: Hartmut Goebel Cc: help-guix Hi Hartmut, Hartmut Goebel skribis: > I wonder if I could make a "guix publish" process into a proxy. > > Eg. I configure my local systems to use substitute-url > "http://guix-buiilder.local:8888/" and guix-buiilder.local will reach > out to e.g. berlin.guixsd.org if it does not have the substitute. That cannot be done currently. However, what you can do is use the two URLs: --substitute-urls=3D"http://guix-buiilder.local:8888 https://berlin=E2=80= =A6" HTH! Ludo=E2=80=99.