Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-09 | Basic file rename from rcl to rlx | Eric | |
2013-05-09 | support a hard distinction between configured releases and realized releases | Eric B Merritt | |
2013-04-09 | make sure that top level releases are also supported | Eric B Merritt | |
Add matching test | |||
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 | move discovered releases to their own area of the relcool state | Eric | |
2013-02-06 | fix bug in on disk overriding the default release | Eric B Merritt | |
2013-01-31 | support release discovery in relcool along with app discovery | Eric | |
2013-01-25 | move app discovery to a dedicated module | Eric | |
2013-01-25 | support the discover task searching the output dir | Eric | |
This has the potential to save a lot of time and make future release upgrading much simpler for the user. | |||
2013-01-24 | fix and normalize module headers | Eric | |
2013-01-04 | provide the erlang lib dir and cwd as working libraries | Eric | |
This happens for every call unless the user passes --disable-default-libs to relcool or {disable_default_libs, true} in the relcool config. | |||
2012-12-30 | fix bug in usage of root dir in prv discover | Eric | |
2012-11-21 | rcl_prv_discover now supports setting up 'link' type app_info messages | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-11-21 | minor cleanup and refactoring for rcl_prv_assembler, rcl_prv_discover | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-09-24 | fix bug in error printing for rcl_prv_discover | Eric | |
2012-09-19 | discover should not discover files in the output dir | Eric | |
2012-09-19 | fix format detail bug in prv discover | Eric | |
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-18 | rcl_app_info must support comparible versions | Eric | |
This changes moves rcl_app_info to store the version as a parsed semver rather then a string, making it comparable. tmp app info | |||
2012-09-18 | add system and rebar discover to rcl_prv_discover | Eric | |
2012-09-12 | support OTP App discovery in the system | Eric | |