Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-09 | move back to using format_error/1 | Tristan Sloughter | |
2014-11-06 | fix modules thta still were using format_error/1 | Tristan Sloughter | |
2014-10-11 | provider task dependencies | Tristan Sloughter | |
2013-12-03 | Add option to skip release discovery | Konrad Kaplita | |
`rlx_prv_discover` provider recursively scans all directories in `lib_dirs` list looking for `*.app` and `*.rel` files. This commit adds an option `disable_rel_discovery` to skip searching for `*.rel` files when we know there aren't any. This speeds up release generation with a lot of dependencies on the `libs_dir` list significantly and reduces total release generation time in half. | |||
2013-10-14 | remove rlx log and use ec_cmd_log instead | Eric | |
2013-10-10 | fix non-path includes to be include instead of include_lib | Tristan Sloughter | |
2013-10-07 | include relx header with include instead of include_lib | Tristan Sloughter | |
2013-09-28 | warn, not error, on bad app during discovery provider | Tristan Sloughter | |
2013-09-16 | fix dialyzer issues | Tristan Sloughter | |
2013-09-16 | improved user output look | Tristan Sloughter | |
2013-09-11 | fix error messages | Tristan Sloughter | |
2013-08-09 | Make unrolling of nested errors work | Torben Hoffmann | |
Some of the data sent to rlx_rel_discovery:format_error/2 had to be unrolled more times, so the format_details/1 function has been modified to unroll tuple of the {Module, Reason} format. | |||
2013-05-10 | internal rename completion of all relcool to relx calls | Eric | |
2013-05-09 | Basic file rename from rcl to rlx | Eric | |