aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-12-27splint out render and write so we can reuse the renderEric
2012-12-27remove print statements that got left inEric
And made it through code review!!!
2012-12-26Merge pull request #19 from ericbmerritt/nextTristan Sloughter
overlay support
2012-12-26overlay supportEric
This includes support for overlays and fairly complete tests
2012-12-26fix bug in goal specEric
2012-12-26provide utility functions for error decompositionEric
2012-12-26fix small bug in rcl_app_info defaultsEric
2012-12-22Merge pull request #18 from ericbmerritt/nextTristan Sloughter
fixes to release assembly
2012-12-21fix nasty bug in discovery processEric
2012-12-21refactor rcl_prv_assembler for symplicity and reliabilityEric
2012-12-18ensure that each directory is explicitly created before a copy occures.Eric
2012-12-18make sure that the app target dir is created befor a copyEric
2012-12-18make sure that copy errors can be correctly detectedEric
2012-12-18fix a bug in the ability to rebuild releasesEric
2012-12-10Merge pull request #16 from ericbmerritt/nextTristan Sloughter
default relcool.config support
2012-12-10if no config is specified search for a `relcool.config` in the pathEric
2012-12-10support a setable root directory for the systemEric
2012-12-10assembler should create the output dirEric
2012-12-10make sure that rcl_cmd_args does not create the output dir too earlyEric
2012-12-10turn off verbosity in testsEric
2012-12-10fix the documentation for searched directories, fixes #13Eric
2012-12-10change the default verbosity to errorEric
2012-12-10Merge pull request #15 from Vagabond/patch-1Eric Merritt
Add wiki link to README
2012-12-10Add wiki link to READMEAndrew Thompson
2012-12-07Merge remote-tracking branch 'canonical/next'Eric
* canonical/next: fix nasty bug that didn't let relcool output errors make the default output _rel instead of relcool_output allow a user to specify additional opts to erlexec add examples of simple and complete relcool configs make sure ebin is removed on clean add inadvertantly deleted relcool.app.src support travis CI in relcool cleanup the rebar config remove docs (they have been moved to the wiki) all relcool to symlink in 'overridden' apps rcl_prv_discover now supports setting up 'link' type app_info messages support specifing overrides in the configuration support a new 'link' field in rcl_app_info minor cleanup and refactoring for rcl_prv_assembler, rcl_prv_discover
2012-12-07fix nasty bug that didn't let relcool output errorsEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-12-07make the default output _rel instead of relcool_outputEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-12-07allow a user to specify additional opts to erlexecEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-23Merge pull request #11 from ericbmerritt/nextTristan Sloughter
add examples of simple and complete relcool configs
2012-11-23add examples of simple and complete relcool configsEric
2012-11-23make sure ebin is removed on cleanEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-23Merge pull request #9 from ericbmerritt/nextTristan Sloughter
add inadvertantly deleted relcool.app.src
2012-11-23add inadvertantly deleted relcool.app.srcEric
2012-11-21support travis CI in relcoolEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21cleanup the rebar configEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21remove docs (they have been moved to the wiki)Eric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21all relcool to symlink in 'overridden' appsEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21rcl_prv_discover now supports setting up 'link' type app_info messagesEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21support specifing overrides in the configurationEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21support a new 'link' field in rcl_app_infoEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-11-21minor cleanup and refactoring for rcl_prv_assembler, rcl_prv_discoverEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-30make config file errors more understandable to the userEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-30simplify constraint parsing in rcl_releaseEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-30make `is_valid_constraint` public in rcl_depsolverEric
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-30fix bug in constraint parsingEric
This fixes a bug in parsing invalid constraint values Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-30fix config file processing in relcoolEric
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-24fix miscalculation in error reporting in relcool.erlEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-24add escript to the rebuild command in MakefileEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-24fix the reference to neotoma in rebar.configEric
Signed-off-by: Jordan Wilberding <[email protected]>