From aaac5e67799f0f817c2c9c8f30731c545240c313 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Jan 2016 15:20:00 -0400 Subject: [PATCH] bug --- doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn diff --git a/doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn b/doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn new file mode 100644 index 0000000000..2f30352f91 --- /dev/null +++ b/doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn @@ -0,0 +1,8 @@ +git-annex bundles gpg on OSX, but this bundled one is not integrated with +gpg-agent. So, if gpg is installed system-wide, it's probably better to use +that one (barring any versioning issues). + +A solution might be to move the gpg binary to a different directory and put +it at the end of PATH, not the front. So system one is used if available. + +This should also be considered for the linux standalone builds.