aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_rel_discovery.erl
AgeCommit message (Collapse)Author
2013-05-09Basic file rename from rcl to rlxEric
2013-05-09support the creation or relupsEric B Merritt
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-02-06fix bug in app version comparisonEric
2013-01-31support release discovery in relcool along with app discoveryEric