Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
This is sub-optimal but I suspect rcl_depsolver is going to migrate
away from depsolver in any case.
|
|
This allows errors to be printed at the source
|
|
This changes moves rcl_app_info to store the version as a parsed
semver rather then a string, making it comparable.
tmp app info
|
|
|
|
|