aboutsummaryrefslogtreecommitdiffstats
path: root/src/relcool.erl
AgeCommit message (Collapse)Author
2013-01-24fix and normalize module headersEric
2013-01-04change the default log level to infoEric
This makes it a bit more comforting to the user (and me as well). With this the user sees a short description of the release.
2013-01-04provide the erlang lib dir and cwd as working librariesEric
This happens for every call unless the user passes --disable-default-libs to relcool or {disable_default_libs, true} in the relcool config.
2013-01-04minor format refactoringEric
2012-12-30support the ability to specify a root directoryEric
2012-12-30support only one config file in the systemEric
2012-12-30only allow relcool to take a single configEric
2012-12-10support a setable root directory for the systemEric
2012-12-10change the default verbosity to errorEric
2012-12-07fix nasty bug that didn't let relcool output errorsEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21support specifing overrides in the configurationEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-30make sure that the system does not exit when the API is usedEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-24fix miscalculation in error reporting in relcool.erlEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-24fix error reporting when using the erlang APIEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-24change the default log level to be a bit less verboseEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-09-19fully support testing of release buildsEric
2012-09-18make sure errors carry the name of the module that created themEric
This allows errors to be printed at the source
2012-09-18support a stable public api for relcoolEric
This provides a public api for relcool in addition to its escript oriented api
2012-09-18handle config providers slightly differently from other providersEric
2012-09-10add config validation support to the systemEric
2012-09-09full argument parsing and management capabilityEric
2012-09-02initial commit of the relcool systemEric