From a8f0b482bf4551bb4649360a6ae192eaff439623 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Sun, 24 Feb 2019 22:14:00 +0000 Subject: [PATCH] added question about using own gpg/gpg-agent with standalone git-annex --- .../git-annex_standalone_provides_gpg_but_not_gpg-agent.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bugs/git-annex_standalone_provides_gpg_but_not_gpg-agent.mdwn b/doc/bugs/git-annex_standalone_provides_gpg_but_not_gpg-agent.mdwn index dbc0800eb9..b21ad2f9d2 100644 --- a/doc/bugs/git-annex_standalone_provides_gpg_but_not_gpg-agent.mdwn +++ b/doc/bugs/git-annex_standalone_provides_gpg_but_not_gpg-agent.mdwn @@ -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? +