Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-13 | add skip_apps config option to list discovered apps to skip | Tristan Sloughter | |
2013-04-09 | fixes #29 - look for common sub dirs for discovery | Eric 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-03 | support shared resoure as far as discovery goes | Eric B Merritt | |
also correctly handles symlinks without infinite loops | |||
2013-01-25 | move app discovery to a dedicated module | Eric | |