fix(pkgctl): make sure git signing uses PGP
Component: pkgctl repo configure
I switched to SSH for git signing with git config --global gpg.format ssh
and git config --global user.signingkey "key::ssh-ed25519 foobar"
. Now git commit
in a package fails with:
error: Couldn't load public key barfoo: No such file or directory?
fatal: failed to write commit object
(All key IDs redacted)
I'm not sure if GIT_REPO_SPEC_VERSION
should be bumped for this change or not.