Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-24 | vsn 0.0.5 | Tristan Sloughter | |
2013-03-23 | Merge remote-tracking branch 'erlware/next' | Tristan Sloughter | |
2013-03-23 | Merge pull request #32 from tsloughter/next | Jordan Wilberding | |
add extended start script | |||
2013-03-23 | add extended_start_script to example relcool config | Tristan Sloughter | |
2013-03-23 | add extended start script | Tristan Sloughter | |
2013-03-23 | add crash dump to git ignore | Tristan Sloughter | |
2013-03-22 | Merge remote-tracking branch 'erlware/next' | Tristan Sloughter | |
2013-03-22 | Merge pull request #31 from tsloughter/next | Jordan Wilberding | |
change to release rootdir to run release | |||
2013-03-22 | change to release rootdir to run release | Tristan Sloughter | |
2013-03-13 | Merge branch 'next' | Tristan Sloughter | |
2013-03-13 | Merge pull request #30 from tsloughter/next | Eric Merritt | |
Update readme, fix test, generate erl script with proper paths, copy start_clean.boot if config opt set | |||
2013-03-13 | update do type spec for undefined config | Tristan Sloughter | |
2013-03-13 | copy start_clean boot file along with erts | Tristan Sloughter | |
2013-03-13 | replace erl sript in copied erts with generated version | Tristan Sloughter | |
2013-02-07 | Merge pull request #28 from erlware/next | Tristan Sloughter | |
Next | |||
2013-02-07 | Merge pull request #27 from ericbmerritt/next | Tristan Sloughter | |
lots of bug fixes | |||
2013-02-06 | fix bug in on disk overriding the default release | Eric B Merritt | |
2013-02-06 | remove io:format that some how made it in | Eric B Merritt | |
2013-02-06 | fix problem in release names from discovered releases | Eric B Merritt | |
2013-02-06 | fix bug in app version comparison | Eric | |
2013-02-05 | fix bug in error reporting by relcool | Eric B Merritt | |
2013-02-05 | fix config issues with undefined config | Eric B Merritt | |
2013-02-04 | Merge pull request #26 from tsloughter/next | Eric Merritt | |
make all grabs deps if deps dir does not exist | |||
2013-02-04 | fix: specifying config file as argument no longer crashes | Tristan Sloughter | |
2013-02-04 | fix: replace COnfigFile with empty string if undefined | Tristan Sloughter | |
2013-02-04 | make all grabs deps if deps dir does not exist | Tristan Sloughter | |
2013-02-02 | Merge pull request #23 from ericbmerritt/next | Jordan Wilberding | |
support release discovery in relcool along with app discovery | |||
2013-01-31 | fix formatting bigs in depsolver | Eric | |
2013-01-31 | support release discovery in relcool along with app discovery | Eric | |
2013-01-31 | fix release processing bugs in rcl_prv_release | Eric | |
2013-01-31 | fix bugs in constraint parsing for rcl_release | Eric | |
2013-01-25 | move app discovery to a dedicated module | Eric | |
2013-01-25 | Merge pull request #22 from ericbmerritt/next | Jordan Wilberding | |
support the discover task searching the output dir | |||
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-25 | Merge pull request #21 from ericbmerritt/next | Jordan Wilberding | |
working towards release upgrades | |||
2013-01-24 | fix a bug in running ct tests | Eric | |
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-05 | Merge pull request #20 from ericbmerritt/next | Tristan Sloughter | |
overlay directory support | |||
2013-01-04 | change the default log level to info | Eric | |
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-04 | make common_test support explicit | Eric | |
The rebar support for common test is very, very buggy and it fails often without common_test failing due to how rebar integrates with common test. This patch takes the responsability for running common test from rebar and runs it directly. | |||
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. | |||
2013-01-04 | minor format refactoring | Eric | |
2013-01-02 | add tests to try and cover unexpected failures | Eric | |
2012-12-31 | fix bug in goalless configs | Eric | |
2012-12-31 | use relative root for overlay vars file path | Tristan Sloughter | |
2012-12-30 | support the ability to specify a root directory | Eric | |
2012-12-30 | support config relative directories in templates and copy | Eric | |
2012-12-30 | support only one config file in the system | Eric | |
2012-12-30 | fix bug in usage of root dir in prv discover | Eric | |