aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-03bugfix for empty configs in the Erlang APIEric
2013-03-24Merge pull request #33 from tsloughter/nextJordan Wilberding
add contributing document
2013-03-24add contributing documentTristan Sloughter
2013-03-23Merge pull request #32 from tsloughter/nextJordan Wilberding
add extended start script
2013-03-23add extended_start_script to example relcool configTristan Sloughter
2013-03-23add extended start scriptTristan Sloughter
2013-03-23add crash dump to git ignoreTristan Sloughter
2013-03-22Merge pull request #31 from tsloughter/nextJordan Wilberding
change to release rootdir to run release
2013-03-22change to release rootdir to run releaseTristan Sloughter
2013-03-13Merge pull request #30 from tsloughter/nextEric Merritt
Update readme, fix test, generate erl script with proper paths, copy start_clean.boot if config opt set
2013-03-13update do type spec for undefined configTristan Sloughter
2013-03-13copy start_clean boot file along with ertsTristan Sloughter
2013-03-13replace erl sript in copied erts with generated versionTristan Sloughter
2013-02-07Merge pull request #27 from ericbmerritt/nextTristan Sloughter
lots of bug fixes
2013-02-06fix bug in on disk overriding the default releaseEric B Merritt
2013-02-06remove io:format that some how made it inEric B Merritt
2013-02-06fix problem in release names from discovered releasesEric B Merritt
2013-02-06fix bug in app version comparisonEric
2013-02-05fix bug in error reporting by relcoolEric B Merritt
2013-02-05fix config issues with undefined configEric B Merritt
2013-02-04Merge pull request #26 from tsloughter/nextEric Merritt
make all grabs deps if deps dir does not exist
2013-02-04fix: specifying config file as argument no longer crashesTristan Sloughter
2013-02-04fix: replace COnfigFile with empty string if undefinedTristan Sloughter
2013-02-04make all grabs deps if deps dir does not existTristan Sloughter
2013-02-02Merge pull request #23 from ericbmerritt/nextJordan Wilberding
support release discovery in relcool along with app discovery
2013-01-31fix formatting bigs in depsolverEric
2013-01-31support release discovery in relcool along with app discoveryEric
2013-01-31fix release processing bugs in rcl_prv_releaseEric
2013-01-31fix bugs in constraint parsing for rcl_releaseEric
2013-01-25move app discovery to a dedicated moduleEric
2013-01-25Merge pull request #22 from ericbmerritt/nextJordan Wilberding
support the discover task searching the output dir
2013-01-25support the discover task searching the output dirEric
This has the potential to save a lot of time and make future release upgrading much simpler for the user.
2013-01-25Merge pull request #21 from ericbmerritt/nextJordan Wilberding
working towards release upgrades
2013-01-24fix a bug in running ct testsEric
2013-01-24convert relcool to take a config as a opt argumentEric
adds `-c <config-file>` or `--config <config-file>` instead of passing the config file as an argument.
2013-01-24fix and normalize module headersEric
2013-01-05Merge pull request #20 from ericbmerritt/nextTristan Sloughter
overlay directory support
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-04make common_test support explicitEric
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-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
2013-01-02add tests to try and cover unexpected failuresEric
2012-12-31fix bug in goalless configsEric
2012-12-31use relative root for overlay vars file pathTristan Sloughter
2012-12-30support the ability to specify a root directoryEric
2012-12-30support config relative directories in templates and copyEric
2012-12-30support only one config file in the systemEric
2012-12-30fix bug in usage of root dir in prv discoverEric
2012-12-30only allow relcool to take a single configEric
2012-12-30support 'to' dirs for mkdirs, templates, and copies being based on output dirEric