Re: [arch-projects] [devtools] [PATCH v2 1/1] arch-nspawn: ignore localhost for repository mirror

2018-07-23 Thread Christian Hesse
Erich Eckner on Mon, 2018/07/23 10:48: > On 23.07.2018 09:48, Christian Hesse wrote: > > Erich Eckner on Mon, 2018/07/23 09:20: > >> On 23.07.2018 09:16, Christian Hesse wrote: > >>> From: Christian Hesse > >>> > >>> My system has a mirror configuration where only the host can access a >

Re: [arch-projects] [devtools] [PATCH v2 1/1] arch-nspawn: ignore localhost for repository mirror

2018-07-23 Thread Erich Eckner
On 23.07.2018 09:48, Christian Hesse wrote: > Erich Eckner on Mon, 2018/07/23 09:20: >> On 23.07.2018 09:16, Christian Hesse wrote: >>> From: Christian Hesse >>> >>> My system has a mirror configuration where only the host can access a >>> local caching service on localhost. So ignore localhost

Re: [arch-projects] [devtools] [PATCH v2 1/1] arch-nspawn: ignore localhost for repository mirror

2018-07-23 Thread Christian Hesse
Erich Eckner on Mon, 2018/07/23 09:20: > On 23.07.2018 09:16, Christian Hesse wrote: > > From: Christian Hesse > > > > My system has a mirror configuration where only the host can access a > > local caching service on localhost. So ignore localhost urls. > > I'm curious, how this can happen

Re: [arch-projects] [devtools] [PATCH v2 1/1] arch-nspawn: ignore localhost for repository mirror

2018-07-23 Thread Erich Eckner
On 23.07.2018 09:16, Christian Hesse wrote: > From: Christian Hesse > > My system has a mirror configuration where only the host can access a > local caching service on localhost. So ignore localhost urls. I'm curious, how this can happen / why this is desirable. Shouldn't the client be able to

[arch-projects] [devtools] [PATCH v2 1/1] arch-nspawn: ignore localhost for repository mirror

2018-07-23 Thread Christian Hesse
From: Christian Hesse My system has a mirror configuration where only the host can access a local caching service on localhost. So ignore localhost urls. Signed-off-by: Christian Hesse --- arch-nspawn.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-nspawn.in