diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-26 15:20:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-26 15:20:00 -0400 |
commit | daeb0001bbedf3114b26258a619c353d265fd128 (patch) | |
tree | c51b2edad002d16058eb65284d804ba51069336c | |
parent | 36a828f279b09b2faa7f0990e486dd3fe090aedb (diff) |
bug
-rw-r--r-- | doc/bugs/put_gpg_last_in_OSX_dmg_PATH.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
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 000000000..2f30352f9 --- /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. |