We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
split-gpg2 agent placeholder made the client agent hang and return non-zero when using a non-default gpg homedir.
Because of this, hacks such as --status-fd=2 with success_stderr: IMPORT_OK had to be used.
Wait till the PR reaches stable:
and remove all --status-fd and IMPORT_OK when import a key.
--status-fd
IMPORT_OK
status-fd may appear in other circumstances which should not be removed.
status-fd
Remove alternative gpg-agent setting such as:
qusal/scripts/commit-verify.sh
Line 49 in 972ca1f
Uptodate methods.
The text was updated successfully, but these errors were encountered:
de5937f
No branches or pull requests
Current problem (if any)
split-gpg2 agent placeholder made the client agent hang and return non-zero when using a non-default gpg homedir.
Because of this, hacks such as --status-fd=2 with success_stderr: IMPORT_OK had to be used.
Proposed solution
Wait till the PR reaches stable:
and remove all
--status-fd
andIMPORT_OK
when import a key.status-fd
may appear in other circumstances which should not be removed.Remove alternative gpg-agent setting such as:
qusal/scripts/commit-verify.sh
Line 49 in 972ca1f
The value to a user, and who that user might be
Uptodate methods.
The text was updated successfully, but these errors were encountered: