-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get signing to work #100
Comments
I haven't used it in quite a while. So I am not sure I can help. |
So, I've run into this particular issue before working on an experiment. Unfortunately, the proper fix looks to require a fair bit of updates throughout the dependency chain. My chasing through the code yielded this: See bcgit/bc-java#794 and bcgit/bc-java#1320 The interim solution that I've ended up using is to export the required key pairs to a legacy keyring and feeding that into the plugin, since thankfully the main keyring/keybox is not required. JGit has a solution, but it'd need a fair bit of retooling to work outside of the full infrastructure that JGit uses |
Thanks a lot. |
Hey ctron,
I can't get signing on Windows to work. I installed GPG and created/imported a secret key.
I always get
Unable to load GPG key '4A9CC3A2' from 'C:\Users\thomas\AppData\Roaming\gnupg\pubring.kbx'
.My
pom.xml
snippet isgpg has the following entry:
I noticed in newer versions (>>2.3, README) gpg can use a sqlite db for storing keys. First my setup used this mode and it didn't work. I then changed mode and reimported the key but to no avail.
Does rpm-builder support both modes?
Thanks,
Thomas
Btw, creating the rpm without signing and using gpg manually to sign afterwards worked.
The text was updated successfully, but these errors were encountered: