Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add matching test
|
|
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.
|
|
|
|
|
|
|
|
|
|
adds `-c <config-file>` or `--config <config-file>` instead of passing
the config file as an argument.
|
|
|
|
This happens for every call unless the user passes
--disable-default-libs to relcool or {disable_default_libs, true} in
the relcool config.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This includes support for overlays and fairly complete tests
|
|
|
|
|
|
Signed-off-by: Jordan Wilberding <[email protected]>
|
|
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
|
|
|
|
|
|
|
|
|
|
|