git-annex/Assistant/WebApp/Configurators
Joey Hess 87d5583a91
use programPath consistently, not readProgramFile
Improve git-annex's ability to find the path to its program, especially
when it needs to run itself in another repo to upgrade it.

Some parts of the code used readProgramFile, probably because I forgot that
programPath exists.

I noticed this when a git-annex auto-upgrade failed because it was running
git-annex upgrade --autoonly, but the code to run git-annex used
readProgramFile, which happened to point to an older build of git-annex.
2020-03-30 16:06:27 -04:00
..
AWS.hs fix encryption of content to gcrypt and git-lfs 2020-02-26 18:05:36 -04:00
Delete.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Edit.hs completed the createDirectoryIfMissing conversion 2020-03-06 12:55:03 -04:00
Fsck.hs added annex.commitmessage 2018-08-02 14:06:06 -04:00
IA.hs be stricter about rejecting invalid configurations for remotes 2020-01-10 14:52:48 -04:00
Local.hs be stricter about rejecting invalid configurations for remotes 2020-01-10 14:52:48 -04:00
Pairing.hs use programPath consistently, not readProgramFile 2020-03-30 16:06:27 -04:00
Preferences.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Ssh.hs be stricter about rejecting invalid configurations for remotes 2020-01-10 14:52:48 -04:00
Unused.hs import Data.Default in Common 2015-01-28 16:11:28 -04:00
Upgrade.hs removed the old Android app 2018-10-13 01:41:11 -04:00
WebDAV.hs webdav: Made exporttree remotes faster by caching connection to the server 2020-03-20 12:48:43 -04:00