Changed makepkg and repo-add to use -S/--sign for signing. Added --gpgdir option to repo-add to allow GnuPG home directory configuration. Signed-off-by: Kerrick Staley
Changed makepkg and repo-add to use -S/--sign for signing. Added --gpgdir option to repo-add to allow GnuPG home directory configuration. Signed-off-by: Kerrick Staley
^^^ You deleted the blank line between the patch subject and the
summary text, which makes it do what it did. You'll want to put that
back.
On Wed, Jun 1, 2011 at 3:03 PM, Kerrick Staley <mail@kerrickstaley.com> wrote:
I'm not against either of these two things, but it probably should be
two patches. The first should add -S to both repo-add and makepkg (and
update the documentation appropriately).
The other should implement --gpgdir (as well as document it). Here is
what I notice at quick glance- to the casual user, it isn't very clear
why only one gpg invocation was changed. Your comment is unfortunately
hidden away in the code, but is very helpful: "unlike signing,
verification of old database is done with pacman's keyring." The usage
string should reflect this accordingly, and it needs to be documented
in the manpages as well this way.
Changed makepkg and repo-add to use -S/--sign for signing. Added --gpgdir option to repo-add to allow GnuPG home directory configuration. Signed-off-by: Kerrick Staley
On 02/06/11 06:21, Dan McGee wrote:
^^^ You deleted the blank line between the patch subject and the
summary text, which makes it do what it did. You'll want to put that
back.
On Wed, Jun 1, 2011 at 3:03 PM, Kerrick Staley<mail@kerrickstaley.com> wrote:
I'm not against either of these two things, but it probably should be
two patches. The first should add -S to both repo-add and makepkg (and
update the documentation appropriately).
Just as an FYI, I originally went for having no short options to sign a
package with makepkg because I thought actually using --sign would be a
rare case given the control of this in makepkg.conf. However, I'm also
not against adding one and making it consistent with repo-add...