added question about using own gpg/gpg-agent with standalone git-annex

This commit is contained in:
Ilya_Shlyakhter 2019-02-24 22:14:00 +00:00 committed by admin
parent d269336f19
commit a8f0b482bf

View file

@ -1 +1,4 @@
In the sandbox environment used by git-annex standalone, the gpg binary exists, but not gpg-agent (or gpgconf or other potentially needed binaries). This causes problems when the host system provides a different version of gpg that does provide these programs. E.g. git-annex-test crypto tests seem to (indirectly?) use gpg-agent.
If I want to use my own gpg version (compatible with my own gpg-agent), is it safe to just delete all files named 'gpg' from the git-annex.linux directory?