Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | support only one config file in the system | Eric | |
2012-12-26 | overlay support | Eric | |
This includes support for overlays and fairly complete tests | |||
2012-12-26 | fix bug in goal spec | Eric | |
2012-12-10 | if no config is specified search for a `relcool.config` in the path | Eric | |
2012-12-10 | support a setable root directory for the system | Eric | |
2012-11-21 | support specifing overrides in the configuration | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-10-30 | fix config file processing in relcool | Eric | |
If only a single config is passed as part of the api then that was mishandled. This patch allows that situation to be detected and properly handled Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-10-24 | fix error reporting when using the erlang API | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-09-19 | discover should not discover files in the output dir | Eric | |
2012-09-19 | fully support testing of release builds | Eric | |
2012-09-18 | add depsolver directly to the system | Eric | |
This is sub-optimal but I suspect rcl_depsolver is going to migrate away from depsolver in any case. | |||
2012-09-18 | support undefined as valid default release types | Eric | |
2012-09-18 | support adding the 'caller' type to the state | Eric | |
This lets us know whether we where called from the command line or the API | |||
2012-09-18 | suport the ability to update releases in the system | Eric | |
2012-09-18 | support available apps as rcl_app_info instead of generic descriptor | Eric | |
2012-09-18 | support arbitrary data in configs (per provider state) | Eric | |
2012-09-12 | support OTP App discovery in the system | Eric | |
2012-09-10 | add config validation support to the system | Eric | |
2012-09-09 | full argument parsing and management capability | Eric | |
2012-09-04 | the initial state management system | Eric | |