Re: [pacman-dev] [PATCH] pacman.conf: Fixup the XferCommand example for curl

2018-06-04 Thread Allan McRae
On 04/06/18 06:01, Luke Shumaker wrote: > From: Luke Shumaker > > 1. Without `-L`, curl doesn't follow redirects. This is different than > both the default behavior of pacman, and from the wget example. So add > `-L`. > > 2. It uses `-C -` to supposedly allow resuming partial

[pacman-dev] [PATCH] pacman.conf: Fixup the XferCommand example for curl

2018-06-03 Thread Luke Shumaker
From: Luke Shumaker 1. Without `-L`, curl doesn't follow redirects. This is different than both the default behavior of pacman, and from the wget example. So add `-L`. 2. It uses `-C -` to supposedly allow resuming partial downloads; but that doesn't work if we use `> %o` to