summaryrefslogtreecommitdiffstats
path: root/cmd/platform/main.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-6839: searching for paths relative to executable (#8915)Jesse Hallam2018-06-061-13/+12
| | | | | | | | | | | | | | | | | | * MM-6839: search relative to executable (#8853) * MM-6839: searching for paths relative to executable In addition to searching relative to the current working directory, also search relative to the location of the binary. This helps locate config and i18n files when invoking an absolute path to the mattermost binary. * MM-6839: find mattermost/ binary using utils.FindFile * add unit tests for utils.FindFile to exclude directories * fix filtering out directories in FindFile * fix platform invoking ./bin/mattermost
* Revert "MM-6839: search relative to executable (#8853)" (#8876)Christopher Speller2018-05-291-10/+12
| | | This reverts commit d3cf110620033f8831a55a3fd911d7864b6aab4a.
* MM-6839: search relative to executable (#8853)Jesse Hallam2018-05-291-12/+10
| | | | | | | | | | * MM-6839: searching for paths relative to executable In addition to searching relative to the current working directory, also search relative to the location of the binary. This helps locate config and i18n files when invoking an absolute path to the mattermost binary. * MM-6839: find mattermost/ binary using utils.FindFile
* Renaming platform binary to mattermost. (#8801)Christopher Speller2018-05-171-0/+39