[pacman-dev] XfreCommand curl option in pacman.conf and makepkg.conf

2012-01-18 Thread Keshav P R
Hi, Using XferCommand = /usr/bin/curl -C - -f -o %o %u XferCommand = /usr/bin/curl -C - -f %u > %o enables curl to resume downloads to %o , if it is supported. Using file redirection "> %o" makes curl restart the (partial) downloads from first. The same goes for makepkg.conf . Please change

Re: [pacman-dev] XfreCommand curl option in pacman.conf and makepkg.conf

2012-01-18 Thread Dave Reisner
On Wed, Jan 18, 2012 at 04:13:29PM +0530, Keshav P R wrote: > Hi, > Using > > XferCommand = /usr/bin/curl -C - -f -o %o %u > > XferCommand = /usr/bin/curl -C - -f %u > %o > > enables curl to resume downloads to %o , if it is supported. Using > file redirection "> %o" makes curl restart the (

Re: [pacman-dev] Rationale for the patch for case insensitive configuration values

2012-01-18 Thread Dan McGee
On Mon, Jan 16, 2012 at 11:40 PM, lolilolicon wrote: > On Tue, Jan 17, 2012 at 8:24 AM, Alexander Rødseth wrote: >> Hi, >> >> I understand that case sensitivity can, perhaps, bring clarity for >> configuration values like ILoveCandy, but IMO, both "Never" and >> "never" should be allowed, as the

[pacman-dev] [PATCH] Fix missing [removal] output

2012-01-18 Thread Allan McRae
Currently, a transaction is considered to be purely package removal until the first package install is found. This resulted in the removed packages at the start of a combined upgrade/removal transaction not getting the "[removal]" output. Fixes FS#27981. Signed-off-by: Allan McRae --- src/pacm