[pacman-dev] [PATCH 6/8] pacman-key: allow verification of multiple sig files

2012-04-12 Thread Dave Reisner
Loop through arguments passed to verify_sig and treat each as a signature to be verified against a source file. Output each file as its checked to avoid ambiguity. Signed-off-by: Dave Reisner --- doc/pacman-key.8.txt |2 +- scripts/pacman-key.sh.in | 15 ++- 2 files changed

Re: [pacman-dev] [PATCH 6/8] pacman-key: allow verification of multiple sig files

2012-04-12 Thread Allan McRae
On 13/04/12 00:54, Dave Reisner wrote: > Loop through arguments passed to verify_sig and treat each as a > signature to be verified against a source file. Output each file as its > checked to avoid ambiguity. > > Signed-off-by: Dave Reisner > --- > doc/pacman-key.8.txt |2 +- > scripts/p

Re: [pacman-dev] [PATCH 6/8] pacman-key: allow verification of multiple sig files

2012-04-13 Thread Dave Reisner
On Thu, Apr 12, 2012 at 11:25 PM, Allan McRae wrote: > On 13/04/12 00:54, Dave Reisner wrote: > > Loop through arguments passed to verify_sig and treat each as a > > signature to be verified against a source file. Output each file as its > > checked to avoid ambiguity. > > > > Signed-off-by: Dave