aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_app_discovery.erl
AgeCommit message (Collapse)Author
2013-04-13add skip_apps config option to list discovered apps to skipTristan Sloughter
2013-04-09fixes #29 - look for common sub dirs for discoveryEric B Merritt
With this change relcool looks for the common sub directories to add to the search. Those directories are now, relative to the project dir, `apps`, `lib`, `ebin`, and the release output dir. These automatic subdirs can be disabled by setting `disable_project_subdirs` to `true` in the config. The release output dir is also added to the discovery process. This can be disabled by setting `disable_discover_release_output` to true.
2013-04-03support shared resoure as far as discovery goesEric B Merritt
also correctly handles symlinks without infinite loops
2013-01-25move app discovery to a dedicated moduleEric