On 02/04/11 10:37, Denis A. AltoƩ Falqueto wrote:
There may be some situations when one needs to specify a different key from user's default. The option -k or --signwithkey accepts a key identifier and uses that in the signing command.
Signed-off-by: Denis A. AltoƩ Falqueto<denisfalqueto@gmail.com> ---
There was a different version of this patch sent some time ago. For some reason, just the part for makepkg was merged. So, now I'm sending a little better version for repo-add/remove.
Hi Denis, I had the rest of the patch on my pull list. I split it up as it is easier to deal with one tool at a time to get this finished. A slightly modified version will be in the repo-add patch series that I am about to send. I mainly adjusted the --signwithkey flag to be --key and used the GPGKEY variable name so that it is consistent with makepkg. Allan