Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-09 | Basic file rename from rcl to rlx | Eric | |
2013-04-30 | support the full range of possible arguments in the programmatic api | Eric B Merritt | |
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-01-24 | convert relcool to take a config as a opt argument | Eric | |
adds `-c <config-file>` or `--config <config-file>` instead of passing the config file as an argument. | |||
2013-01-24 | fix and normalize module headers | Eric | |
2012-12-30 | only allow relcool to take a single config | Eric | |
2012-12-10 | if no config is specified search for a `relcool.config` in the path | Eric | |
2012-10-24 | fix bug in goal parsing and handling | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-09-18 | make sure errors carry the name of the module that created them | Eric | |
This allows errors to be printed at the source | |||
2012-09-10 | add config validation support to the system | Eric | |
2012-09-09 | full argument parsing and management capability | Eric | |