git-annex/Assistant/WebApp
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
..
Configurators use programPath consistently, not readProgramFile 2020-03-30 16:06:27 -04:00
Common.hs
Configurators.hs
Control.hs
DashBoard.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Documentation.hs
Form.hs remove many old version ifdefs 2019-07-05 15:09:37 -04:00
Gpg.hs get rid of hardcoded "name" lookups 2019-10-10 13:25:10 -04:00
MakeRemote.hs
Notifications.hs
OtherRepos.hs
Page.hs
Pairing.hs
Repair.hs
RepoId.hs
RepoList.hs be stricter about rejecting invalid configurations for remotes 2020-01-10 14:52:48 -04:00
routes webapp: remove configurators for obsolste cloud storage services 2019-01-22 11:48:35 -04:00
SideBar.hs
Types.hs remove many old version ifdefs 2019-07-05 15:09:37 -04:00